RosettaCodeData/Task/Hello-world-Text/Pony/hello-world-text.pony

4 lines
71 B
Pony
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
actor Main
new create(env: Env) =>
env.out.print("Hello world!")