This commit is contained in:
2026-01-04 18:43:53 +01:00
commit 36e1c4bfa9
8 changed files with 154 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 4.0)
project(IgenIgen)
set(CMAKE_CXX_STANDARD 20)
add_executable(IgenIgen main.cpp)