changeset 3052:e92780af8ed6

<nooodl> fetch http://bpaste.net/raw/uYWFUgW0diLjGj2EYiKV/
author HackBot
date Wed, 05 Jun 2013 19:07:28 +0000
parents 5e90305e4578
children aa66025be094
files index.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html	Wed Jun 05 19:07:28 2013 +0000
@@ -0,0 +1,2 @@
+#!/usr/bin/perl
+$_ = $ARGV[0] || `words`; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file