This commit is contained in:
2019-11-19 23:00:05 -07:00
parent 8237544bf8
commit e4cee3964d
254 changed files with 12307 additions and 273 deletions

6
HW8/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(HW8)
set(CMAKE_CXX_STANDARD 17)
add_executable(HW8 main.cpp)