summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main.c b/src/main.c
deleted file mode 100644
index 6a74fa7..0000000
--- a/src/main.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-
-#include "context.h"
-#include "atragmx.h"
-
-int main(int argc, char** argv) {
- printf("Hello, %s\n", argv[0]);
- exit(EXIT_SUCCESS);
-}