Merge pull request #186 from sblessing/master

added hello-world for Pony (http://www.ponylang.org)
This commit is contained in:
Mike Donaghy
2015-05-22 18:32:41 -04:00

3
p/pony.pony Normal file
View File

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