Files
linguist/test/fixtures/hello.pir

6 lines
63 B
Plaintext

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