summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-03 15:03:18 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-03 15:03:18 +0100
commitf9f1a41a404d9b6d0da20d0d61eebb752ddb5896 (patch)
tree5f3524d3b13e4158c46e1003170e449f3ec4ebe4 /src/main.cpp
parent0b47e6d00261d20d27ff10f5ee3d3e5d1660c766 (diff)
removed flag feature; now starting from v0.2.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 9f70dcd..afea063 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -7,7 +7,7 @@ int main(){
game.inGame = false;
int choice;
- cout << "Welcome to minesweeper 0.1.0\n";
+ cout << "Welcome to minesweeper v0.2.0\n";
cout << "\n";
cout << "Select difficulty:\n"
"1. Easy\n"