finished hw7

This commit is contained in:
2019-11-18 16:34:57 -07:00
parent f47f079bdc
commit 336746c138
514 changed files with 38393 additions and 2 deletions

View File

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