Skip to content

Commit

Permalink
AC A, WA1 B
Browse files Browse the repository at this point in the history
  • Loading branch information
tina80lvl committed Oct 17, 2018
1 parent 7fe529f commit f7e071b
Show file tree
Hide file tree
Showing 82 changed files with 8,288 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Practice 4/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions Practice 4/A/.idea/A.iml

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

4 changes: 4 additions & 0 deletions Practice 4/A/.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 Practice 4/A/.idea/modules.xml

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

249 changes: 249 additions & 0 deletions Practice 4/A/.idea/workspace.xml

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

7 changes: 7 additions & 0 deletions Practice 4/A/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.8)
project(A)

set(CMAKE_CXX_STANDARD 11)

set(SOURCE_FILES main.cpp)
add_executable(A ${SOURCE_FILES})
Binary file added Practice 4/A/cmake-build-debug/A
Binary file not shown.
Loading

0 comments on commit f7e071b

Please sign in to comment.