index
:
~cnx/cp
this commit
main
My CP collection
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thinkperl6
/
merry-christmas.p6
blob: 585723879888155d03e93d50f9cddd37567caf06 (
plain
) (
blame
)
1
2
#!/usr/bin/env perl6
sub
MAIN
(
Str
$name
) {
put
"Merry Christmas, $name!"
}