Skip to content

Commit

Permalink
Wall Making Game
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunlnl committed Jul 26, 2024
1 parent cbe4421 commit 4f91dd0
Show file tree
Hide file tree
Showing 42 changed files with 5,568 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 11717/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions 11717/.idea/11717.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions 11717/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions 11717/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions 11717/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions 11717/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.26)
project(11717)

set(CMAKE_CXX_STANDARD 17)

add_executable(11717 main.cpp)
Empty file.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 4f91dd0

Please sign in to comment.