mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +00:00
4 lines
72 B
Pony
4 lines
72 B
Pony
actor Main
|
|
new create(env: Env) =>
|
|
env.out.print("Hello, world.")
|