Added return count mismatch error

This commit is contained in:
2025-02-03 13:13:17 +01:00
parent 715635aaa7
commit 646dafd216
4 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,3 @@
main() {
return 42
}