Files
linguist/test/fixtures/hello.pasm

6 lines
69 B
Plaintext

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