# create both versions of the "Hello Perl 6" program, a one line version and MAIN version say 'Hello Raku'; sub MAIN { say 'Hello Perl 6!'; }