Hello world on Parrot

tokuhirom@www4071uf:~/dev/parrot$ cat hoge.pasm 
say "Here is the news for Parrots."
end
tokuhirom@www4071uf:~/dev/parrot$ time parrot hoge.pasm
Here is the news for Parrots.

real    0m0.017s
user    0m0.008s
sys     0m0.004s

Published: 2012-07-03(Tue) 11:36