about summary refs log tree commit diff
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!" }