From 8d090c241f25b226a6533e066e5e7e21738d70be Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 25 Dec 2018 23:28:43 +0700 Subject: Merry Chistmas or other holiday of your choice --- thinkperl6/merry-christmas.p6 | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 thinkperl6/merry-christmas.p6 (limited to 'thinkperl6/merry-christmas.p6') 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!" } -- cgit 1.4.1