fixed several small issues

This commit is contained in:
Partho
2025-04-15 01:40:18 -04:00
parent 2b1557b52c
commit 8057060f26
4 changed files with 18 additions and 12 deletions

View File

@ -2,6 +2,6 @@ type main: string -> integer
function entry: main
entry(arg) := {
[int : x]
[integer : x]
return 0;
}