12 lines
84 B
Plaintext
12 lines
84 B
Plaintext
|
|
import stdlib.sl
|
||
|
|
|
||
|
|
word g
|
||
|
|
"g" puts
|
||
|
|
ret
|
||
|
|
"g" puts
|
||
|
|
end
|
||
|
|
|
||
|
|
word main
|
||
|
|
g
|
||
|
|
end
|