Skip to content

Instantly share code, notes, and snippets.

@mtimkovich
Forked from ryanzabcik/woodo
Last active August 29, 2015 14:02
Show Gist options
  • Save mtimkovich/5babad380feb9bdfd35b to your computer and use it in GitHub Desktop.
Save mtimkovich/5babad380feb9bdfd35b to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
if ($<) {
print "It's a weird tree.\n";
} else {
print <<'EOF';
_ __
/ `\ (~._ ./ )
\__/ __`-_\__/ ./
_ \ \/ \ \ |_ __
( ) \__/ -^ \ / \
\_/ " \ | o o |.. / __
\. --' ==== / || / \
\ . . |---__.\__/
/ : / | |
/ : / \_/
--/ :: (
( | ( (____
.-- .. ----**.____)
\___/
EOF
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment