mirror of
https://github.com/danbulant/introductionToProgramming
synced 2026-05-19 04:18:32 +00:00
Update main.typ
This commit is contained in:
parent
0f3bfa38b8
commit
107999a98a
1 changed files with 1 additions and 1 deletions
2
main.typ
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue