diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-25 12:02:51 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-25 12:02:51 +0200 |
| commit | f1e4196f494d4c3f91d9c8f300dbfb8ba8419e2e (patch) | |
| tree | f2f42b79819bde2de359ba756e679f993ab330ab /src/Main.cpp | |
init
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; +} |
