Last active
August 3, 2023 16:19
-
-
Save rdammkoehler/8b2946d2440e5d056471399d07959e34 to your computer and use it in GitHub Desktop.
A Monk for 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 q(-_-)p | |
$thoughts '_) (_` | |
/__/ \\ | |
_(<_ / )_ | |
(__\\_\\_|_/__) | |
EOC | |
# this might be a comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment