Skip to content

Instantly share code, notes, and snippets.

Created August 4, 2010 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/508293 to your computer and use it in GitHub Desktop.
Save anonymous/508293 to your computer and use it in GitHub Desktop.
pmichaud@plum:~/rakudo$ time ./perl6 hello.p6
Hello, world!
real 0m1.061s
user 0m0.950s
sys 0m0.120s
pmichaud@plum:~/rakudo$ time parrot_install/bin/parrot hello.pir
Hello, world!
real 0m1.006s
user 0m0.880s
sys 0m0.120s
pmichaud@plum:~/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment