summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-09 19:00:56 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-09 19:00:56 +0100
commitc4f70660d01d7d25a7f7a1e78d6e72097ca82e2e (patch)
tree91cc679100dc9260dd37492412ff868894e89824 /src/main.cpp
parent57eb7d9e23c67547cf797a45875c96c554b74275 (diff)
Added board numbering, added unflagging, fixed message displayv1.1.0
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 16a8b13..8bbb1d9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -43,7 +43,7 @@ int main(){
game.input();
game.updateBoard();
game.hasWon();
- cout << game.msg;
+ // cout << game.msg;
// cout << game.inGame;
}