aboutsummaryrefslogtreecommitdiff
path: root/2/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to '2/test/main.c')
-rw-r--r--2/test/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/2/test/main.c b/2/test/main.c
deleted file mode 100644
index 04ce434..0000000
--- a/2/test/main.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-int main() {
- printf("Hello world!\n");
- return 0;
-}