mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
3 lines
61 B
Pony
3 lines
61 B
Pony
actor Main
|
|
new create(env: Env) =>
|
|
env.out.print("OK")
|