Initial commit

This commit is contained in:
2023-09-25 20:27:38 +08:00
committed by GitHub
commit 283dba9fe1
21 changed files with 957 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(Minesweeper)
add_subdirectory(src)