diff --git a/main.typ b/main.typ index 48cc6cf..4efc534 100644 --- a/main.typ +++ b/main.typ @@ -15,7 +15,7 @@ Collection of solutions to programming exercises as part of Introduction to Prog ) #{ - let count = 6; + let count = 7; for week in range(1, count + 1) { let a = "./week" + str(week) + "/doc.typ" include a