summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/hello_world.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/hello_world.c b/test/hello_world.c
deleted file mode 100644
index eb47ea813..000000000
--- a/test/hello_world.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include<stdio.h>
-
-int main() {
- printf("hello, world!\n");
- return 0;
-}
-