4 lines
61 B
Pony
4 lines
61 B
Pony
|
actor Main
|
||
|
new create(env: Env) =>
|
||
|
env.out.print("OK")
|