Skip to content

Instantly share code, notes, and snippets.

@jemc
Last active September 15, 2024 20:01
Show Gist options
  • Save jemc/9b616b152f0b9afc1984af46b45a0a2f to your computer and use it in GitHub Desktop.
Save jemc/9b616b152f0b9afc1984af46b45a0a2f to your computer and use it in GitHub Desktop.
ASCII calvin created for my kids' use with cowsay
##
##
##
$the_cow = <<"EOC";
$thoughts \\\\ |\\ /|
$thoughts <=____ ^
$thoughts / `- =>
$thoughts | _ _ ` /
$thoughts c| C b
$thoughts \\------- /
``-.-',/
&\\\\\\====///-3
====
====
|__|
C_C_|
EOC
##
##
##
$the_cow = <<"EOC";
$thoughts \\\\ |\\ /|
$thoughts <=____ ^
$thoughts / `- =>
$thoughts | O O ` /
$thoughts c| C b
$thoughts \\------- /
``-.-',/
.\\\\====/v.
&` ==== '/3
====
|__|
C_C_|
EOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment