Created
June 10, 2014 18:09
-
-
Save tjmahr/eea64a70ca2e33ac1c32 to your computer and use it in GitHub Desktop.
a cat saying happy birthday
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
library("devtools") | |
install_github("sckott/cowsay") | |
library("cowsay") | |
say("HAPPY BIRTHDAY", "cat") | |
## ----- | |
## HAPPY BIRTHDAY | |
## ------ | |
## \ | |
## \ | |
## \`*-. | |
## ) _`-. | |
## . : `. . | |
## : _ ' | |
## ; *` _. `*-._ | |
## `-.-' `-. | |
## ; ` `. | |
## :. . \ | |
## .\ . : .-' . | |
## ' `+.; ; ' : | |
## : ' | ; ;-. | |
## ; ' : :`-: _.`* ; | |
## .*' / .*' ; .*`- +' `*' | |
## `*-* `*-* `*-*' | |
## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment