leo/simple.program
2020-04-16 11:36:23 -07:00

6 lines
85 B
Plaintext

def main() -> (field):
a = 1
for i in 0..4 do
a = a + 1
endfor
return a