Exercise 8

Added Exercise 8 to repository
This commit is contained in:
2025-04-21 19:08:07 +02:00
parent c71d2e026f
commit 950098d35e
8 changed files with 432 additions and 11 deletions

View File

@@ -195,3 +195,7 @@ void print_hourglass(int base_width) {
print_trapezoid(base_width, base_width, 0, true);
print_trapezoid(base_width, base_width - 1, 0, false);
#+end_src
--------------
Made by JirR02 in Switzerland 🇨🇭