Files
2012-07-23 15:52:49 -05:00

6 lines
63 B
Plaintext

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