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