diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-25 13:06:15 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-25 13:06:15 +0200 |
| commit | 74c7fa36b2d979275325604fadf4b708a6b9f8c1 (patch) | |
| tree | 8e7d5f911a7b1711b45f9d5091f6ab87e2ba6aaa /src/Main.cpp | |
| parent | c23cde78f3f6d7e50d3850bcaa8c6d536680bf42 (diff) | |
adding print board
Diffstat (limited to 'src/Main.cpp')
| -rw-r--r-- | src/Main.cpp | 8 |
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; -} |
