parent
d63fdb96a3
commit
5c4168ae30
2 changed files with 7 additions and 0 deletions
@ -0,0 +1 @@ |
||||
/cmake-build-debug/ |
@ -0,0 +1,6 @@ |
||||
cmake_minimum_required(VERSION 3.20) |
||||
project(AdventOfCode2022) |
||||
|
||||
set(CMAKE_CXX_STANDARD 23) |
||||
|
||||
add_executable(AdventOfCode2022 main.cpp) |
Loading…
Reference in new issue