Compare commits
3 Commits
607a74f3be
...
cecf73c217
Author | SHA1 | Date | |
---|---|---|---|
cecf73c217 | |||
55baf08975 | |||
3178aa58b1 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.cast
|
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.27)
|
||||
project(hw)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_executable(hw main.cpp)
|
Loading…
x
Reference in New Issue
Block a user