fixed several small issues
This commit is contained in:
@ -2,6 +2,6 @@ type main: string -> integer
|
||||
function entry: main
|
||||
|
||||
entry(arg) := {
|
||||
[int : x]
|
||||
[integer : x]
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user