Files
linguist/samples/pir/hello.pir
2012-06-22 10:09:24 -05:00

6 lines
63 B
Plaintext

#!/usr/bin/env parrot
.sub 'main' :main
say "Hello!"
.end