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, 8 insertions, 0 deletions
diff --git a/src/Main.cpp b/src/Main.cpp
new file mode 100644
index 0000000..3348d2a
--- /dev/null
+++ b/src/Main.cpp
@@ -0,0 +1,8 @@
+#include <cstdlib>
+
+#include "Hello.h"
+
+int main(){
+ printMessage("Hello world\n");
+ return EXIT_SUCCESS;
+}