aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/main.c')
-rw-r--r--src/userspace/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/userspace/main.c b/src/userspace/main.c
index 526144e..73e937f 100644
--- a/src/userspace/main.c
+++ b/src/userspace/main.c
@@ -1,5 +1,6 @@
#include <kernel/syscall/syscall.h>
-void test_user() {
+void test_user()
+{
syscall_serial_write("Hello, user world!\n");
} \ No newline at end of file