Files
linguist/samples/Parrot Assembly/hello.pasm
2012-07-23 15:52:49 -05:00

6 lines
69 B
Plaintext

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