about summary refs log tree commit diff stats
path: root/c/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/main.c')
-rw-r--r--c/src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/main.c b/c/src/main.c
deleted file mode 100644
index 061a06a..0000000
--- a/c/src/main.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <stdio.h>
-
-int main() { printf("Hello World!"); }