/Simple-Minesweeper

This is a simple 3x3 minesweeper written in C++.

Primary LanguageC++Do What The F*ck You Want To Public LicenseWTFPL

Simple-Minesweeper

This is a simple 3x3 minesweeper written in C++.

Build & Run

To build use g++ with the command:

g++ main.cpp -o main.out

To run, use:

./main.out

License

Check out the LICENSE file.