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