Added return count mismatch error

This commit is contained in:
Eduard Urbach 2025-02-03 13:13:17 +01:00
parent 0db4d4fc14
commit d3823e9cfe
Signed by: eduard
GPG key ID: 49226B848C78F6C8
4 changed files with 35 additions and 1 deletions

View file

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