6 lines
No EOL
77 B
Text
6 lines
No EOL
77 B
Text
let main =
|
|
while (True) {
|
|
while (!x >? 0) {
|
|
x := !x - 1
|
|
}
|
|
} |