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, 0 insertions, 2 deletions
diff --git a/thinkperl6/merry-christmas.p6 b/thinkperl6/merry-christmas.p6
deleted file mode 100755
index 5857238..0000000
--- a/thinkperl6/merry-christmas.p6
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env perl6
-sub MAIN(Str $name) { put "Merry Christmas, $name!" }