summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-10 10:21:07 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-10 10:21:07 +0100
commit276235b1bde16e5d240645c0f214d6cbce634be5 (patch)
treebc8ff5a194e5de2c525871cdb580ff79ad98c088 /src/main.cpp
parentb18c6a7de79e7a823ba4ab5f8077a1c44c242c22 (diff)
parentc4f70660d01d7d25a7f7a1e78d6e72097ca82e2e (diff)
Merge branch 'main' of ssh://100.95.135.112/srv/git/minesweeper
This merge is necessary to integrate all devices into one synchronization
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;
}