summaryrefslogtreecommitdiff
path: root/code/intro/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/intro/hello.c')
-rw-r--r--code/intro/hello.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/code/intro/hello.c b/code/intro/hello.c
deleted file mode 100644
index b9dbb17..0000000
--- a/code/intro/hello.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main()
-{
- printf("hello, world\n");
- return 0;
-}