compsci.typ: add "cheated" problem status

This commit is contained in:
dogeystamp 2023-05-20 12:41:29 -04:00
parent c7e20cace7
commit 0213d0bfe1
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -10,6 +10,12 @@
*Status*: Completed
]
})
} else if stat == "cheated" {
align(center, {
text(fill: rgb("#aaaa22"))[
*Status*: Solved with editorial
]
})
} else {
align(center, {
text(fill: rgb("#aa4422"))[