From 107999a98a0b1d9650fba151d8ffe28234a94cd1 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 20 Oct 2025 11:41:42 +0200 Subject: [PATCH] Update main.typ --- main.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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