Update main.typ

This commit is contained in:
Daniel Bulant 2025-10-20 11:41:42 +02:00 committed by GitHub
parent 0f3bfa38b8
commit 107999a98a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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