Merge pull request #19 from SwampertX/patch-1

Fix tiny typo in Quest3.agda
This commit is contained in:
jlh 2024-04-09 15:46:23 -04:00 committed by GitHub
commit ff0a653c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@ _+_ :
n + m = {!!}
{-
Write here you proof that the sum of
Write here your proof that the sum of
even naturals is even.
-}