mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
13 lines
182 B
Pony
13 lines
182 B
Pony
// 12 lines 7 code 3 comments 2 blanks
|
|
|
|
/* com-
|
|
-ment */
|
|
|
|
actor Main
|
|
"""
|
|
Some
|
|
Docs
|
|
"""
|
|
new create(env: Env) =>
|
|
env.out.print("Hello, world.")
|