Initial Course

This commit is contained in:
David Gil de Gómez Pérez
2026-08-11 17:40:36 +03:00
commit 9aed1d1d86
202 changed files with 3420 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
add_course_exercise(NAME constexpr_frontier MODULE 14_cpp26 STANDARD 23
SOURCES src/constexpr_frontier.cpp test/constexpr_frontier_test.cpp)
add_course_exercise(NAME monadic_expected MODULE 14_cpp26 STANDARD 23
SOURCES src/monadic_expected.cpp test/monadic_expected_test.cpp)
add_course_exercise(NAME pipeline_ranges MODULE 14_cpp26 STANDARD 23
SOURCES src/pipeline_ranges.cpp test/pipeline_ranges_test.cpp)
add_course_exercise(NAME custom_formatter MODULE 14_cpp26 STANDARD 23
SOURCES src/custom_formatter.cpp test/custom_formatter_test.cpp)