Created
October 24, 2024 02:11
-
-
Save michbarsinai/58f56af5f8a32f4cebdd4486ebfb7d23 to your computer and use it in GitHub Desktop.
Clarus for Cowsay (simple version)
This file contains hidden or 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
$eyes = "*" unless ($eyes); | |
$the_cow = <<EOC; | |
$thoughts | |
$thoughts | |
** *** | |
* *__* * * | |
* ** ** | |
* $eyes ** * * | |
*** * *** * | |
* ** * * | |
******** ***************** ** | |
$tongue * ********** ** | |
* ****** * | |
*** * | |
**** * | |
*** * | |
* ************** * | |
* * *** * | |
* * ** * | |
* * * * | |
** * ** * | |
** ** *** *** | |
*** *** | |
EOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment