aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.cpp')
-rw-r--r--src/Main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Main.cpp b/src/Main.cpp
deleted file mode 100644
index 3348d2a..0000000
--- a/src/Main.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <cstdlib>
-
-#include "Hello.h"
-
-int main(){
- printMessage("Hello world\n");
- return EXIT_SUCCESS;
-}