added hello-world for Pony (http://www.ponylang.org)

This commit is contained in:
Sebastian Blessing
2015-05-08 14:28:57 +02:00
parent a60d74d246
commit ba032a907e

3
p/pony.pony Normal file
View File

@@ -0,0 +1,3 @@
actor Main
new create(env: Env) =>
env.out.print("Hello World")