This commit is contained in:
Scarlett
2025-05-04 17:03:19 -04:00
parent f50f467c02
commit f43ab2452a

View File

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