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,11 @@
file(REMOVE_RECURSE
"CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o"
"CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o.d"
"Schueleruebersicht2DArrays"
"Schueleruebersicht2DArrays.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/Schueleruebersicht2DArrays.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()