This commit is contained in:
2025-12-17 12:33:44 +01:00
commit e9df5da409
8 changed files with 147 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 4.0)
project(GITTEST)
set(CMAKE_CXX_STANDARD 20)
add_executable(GITTEST main.cpp)