7 lines
52 B
Plaintext
7 lines
52 B
Plaintext
|
|
import stdlib.sl
|
||
|
|
|
||
|
|
: main
|
||
|
|
2 40 +
|
||
|
|
puts
|
||
|
|
0
|
||
|
|
;
|