summaryrefslogtreecommitdiff
path: root/src/user/hello/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/hello/hello.c')
-rw-r--r--src/user/hello/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/hello/hello.c b/src/user/hello/hello.c
index 65e23f0..00d33b5 100644
--- a/src/user/hello/hello.c
+++ b/src/user/hello/hello.c
@@ -1,5 +1,5 @@
#include <knob/user.h>
void main() {
- tell_user_sz("\nHello, world!\nThis is a userspace program that has been started by init.");
+ tell_user_sz("Hello, world!\n");
} \ No newline at end of file