Last active
June 2, 2026 16:01
-
-
Save michbarsinai/41b30ef6aa6e309a8a34e2ac8d269f3a to your computer and use it in GitHub Desktop.
Weird Al Yankovic
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 = "OO" if $eyes eq "oo"; | |
| $tongue =~ s/\s/|/g; | |
| $left_eye = substr($eyes, 0, 1); | |
| $right_eye = substr($eyes, 1, 2); | |
| $the_cow = <<EOC; | |
| $thoughts | |
| $thoughts | |
| @@@@@ | |
| @@@@@@@ | |
| @\@$left_eye-$right_eye@@ | |
| @ \\u/ @ | |
| {{||||$tongue|||}} | |
| [A] | |
| / \\ | |
| _| |_ | |
| EOC |
michbarsinai
commented
Jun 1, 2026
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment