Skip to content

Instantly share code, notes, and snippets.

@jerzyyy
Created September 24, 2018 12:30
Show Gist options
  • Save jerzyyy/534816b53a35250b6322d5d9c6ef9aa0 to your computer and use it in GitHub Desktop.
Save jerzyyy/534816b53a35250b6322d5d9c6ef9aa0 to your computer and use it in GitHub Desktop.
const cowsay = require("cowsay");
console.log(cowsay.say({
text: "Hello boy",
e: "oO",
T: "U",
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment