Added 2d Arrays

This commit is contained in:
Jannis Heydemann
2026-04-15 15:11:28 +02:00
parent 33e44369ec
commit 85684f4b33
38 changed files with 3755 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.8)
project(Schueleruebersicht2DArrays)
set(CMAKE_CXX_STANDARD 20)
add_executable(Schueleruebersicht2DArrays main.cpp)