aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-25 13:06:15 +0200
committerAdam <adammegarules1@gmail.com>2026-07-25 13:06:15 +0200
commit74c7fa36b2d979275325604fadf4b708a6b9f8c1 (patch)
tree8e7d5f911a7b1711b45f9d5091f6ab87e2ba6aaa /src/Main.cpp
parentc23cde78f3f6d7e50d3850bcaa8c6d536680bf42 (diff)
adding print board
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;
-}