summaryrefslogtreecommitdiff
path: root/software/hello/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/hello/hello.c')
m---------software/hello0
-rw-r--r--software/hello/hello.c8
2 files changed, 0 insertions, 8 deletions
diff --git a/software/hello b/software/hello
new file mode 160000
+Subproject 41918cb70f42ce0cae2be36a6ba0f1df6a598f0
diff --git a/software/hello/hello.c b/software/hello/hello.c
deleted file mode 100644
index befc6ee..0000000
--- a/software/hello/hello.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-int main()
-{
- puts("hello world!\n");
-
- return 0;
-}