2 lines
72 B
Text
2 lines
72 B
Text
let main =
|
|
while (True) { while (((! x) >? 0)) { x := ((! x) - 1) } }
|
let main =
|
|
while (True) { while (((! x) >? 0)) { x := ((! x) - 1) } }
|