diff options
Diffstat (limited to 'src/Main.cpp')
| -rw-r--r-- | src/Main.cpp | 8 |
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; +} |
