Last active
September 15, 2024 20:01
-
-
Save jemc/9b616b152f0b9afc1984af46b45a0a2f to your computer and use it in GitHub Desktop.
ASCII calvin created for my kids' use with cowsay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## | |
## | |
$the_cow = <<"EOC"; | |
$thoughts \\\\ |\\ /| | |
$thoughts <=____ ^ | |
$thoughts / `- => | |
$thoughts | _ _ ` / | |
$thoughts c| C b | |
$thoughts \\------- / | |
``-.-',/ | |
&\\\\\\====///-3 | |
==== | |
==== | |
|__| | |
C_C_| | |
EOC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## | |
## | |
$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