NCPC26 Practise 2

This commit is contained in:
2026-04-17 18:28:49 +02:00
parent 39396cedd3
commit ef5f38d1a5
29 changed files with 386 additions and 877 deletions
+8
View File
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 4.1)
project(NCPC26p2)
set(CMAKE_C_STANDARD 23)
set(CMAKE_CXX_STANDARD 23)
add_executable(NCPC26p2
G.cpp)