added hello-world for Pony (http://www.ponylang.org)
This commit is contained in:
3
p/pony.pony
Normal file
3
p/pony.pony
Normal file
@@ -0,0 +1,3 @@
|
||||
actor Main
|
||||
new create(env: Env) =>
|
||||
env.out.print("Hello World")
|
||||
Reference in New Issue
Block a user