summaryrefslogtreecommitdiff
path: root/src/user/hello/hello.c
blob: 65e23f002ffa50b948f43806c1d6600bf3fbb68c (plain) (blame)
1
2
3
4
5
#include <knob/user.h>

void main() {
  tell_user_sz("\nHello, world!\nThis is a userspace program that has been started by init.");
}