1
0
Fork 0
cp/thinkperl6/merry-christmas.p6

3 lines
75 B
Raku
Raw Permalink Normal View History

#!/usr/bin/env perl6
sub MAIN(Str $name) { put "Merry Christmas, $name!" }