about summary refs log tree commit diff
path: root/thinkperl6/merry-christmas.p6
diff options
context:
space:
mode:
Diffstat (limited to 'thinkperl6/merry-christmas.p6')
-rwxr-xr-xthinkperl6/merry-christmas.p62
1 files changed, 2 insertions, 0 deletions
diff --git a/thinkperl6/merry-christmas.p6 b/thinkperl6/merry-christmas.p6
new file mode 100755
index 0000000..5857238
--- /dev/null
+++ b/thinkperl6/merry-christmas.p6
@@ -0,0 +1,2 @@
+#!/usr/bin/env perl6
+sub MAIN(Str $name) { put "Merry Christmas, $name!" }