Files
linguist/samples/Pony/hello-world.pony
Michael Fellinger cf5268a7d4 add Pony language
2015-08-28 14:04:10 -04:00

4 lines
72 B
Pony

actor Main
new create(env: Env) =>
env.out.print("Hello, world.")