2 lines
54 B
Text
2 lines
54 B
Text
|
let main =
|
||
|
for x from (0 to 100) { y := x * 2 + !y }
|