aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/init/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/init/hello.c')
-rw-r--r--arch/riscv/init/hello.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/riscv/init/hello.c b/arch/riscv/init/hello.c
deleted file mode 100644
index d4e5892..0000000
--- a/arch/riscv/init/hello.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-
-int main(int argc, char *argv[])
-{
- printf("Hello, world!\n");
- exit(0);
-}