From 532d5e09a82312533f3d9958f7447b5e3997ebfc Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sat, 13 Apr 2024 16:01:09 +0200 Subject: [PATCH] add 08 from 2023 --- input/2024/08.json | 4 ++++ input/2024/08.md | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 input/2024/08.json create mode 100644 input/2024/08.md diff --git a/input/2024/08.json b/input/2024/08.json new file mode 100644 index 00000000..fd89bd5b --- /dev/null +++ b/input/2024/08.json @@ -0,0 +1,4 @@ +{ + "build" : "lecture-notes/08.md", + "files" : ["input/2024/08.md"] +} diff --git a/input/2024/08.md b/input/2024/08.md new file mode 100644 index 00000000..3275cd5c --- /dev/null +++ b/input/2024/08.md @@ -0,0 +1,8 @@ +# Warm-up +#include "modules/warm-up/strcmp.md" + +#include "modules/program-arguments.md" +#include "modules/structures.md" + +#include "modules/home-assignments/home-assignment-section.md" +#include "modules/home-assignments/animals.md"