diff options
-rw-r--r-- | _littleprince.cow | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_littleprince.cow b/_littleprince.cow new file mode 100644 index 0000000..faf9e7c --- /dev/null +++ b/_littleprince.cow @@ -0,0 +1,33 @@ +## +## ~/.littleprince.cow +## +## Aaron LI +## 2010-10-25 +## +## Credits: +## > aptitude -vvvvv moo +## Do we need to explain this? +## An elephant being eaten by a snake, of course. +## + +#$the_cow = <<EOC; +# $thoughts +# $thoughts .... +# . ........ +# . . +# . . +# ....... ......... +# .............................. +#Elephant inside ASCII snake +#EOC + +$the_cow = <<EOC; + $thoughts + $thoughts ...... + / \\....... + / \\ + | \\ + .--------' \`----------------- + '---------------------------------------------- + +EOC |