Skip to content

Instantly share code, notes, and snippets.

@angelique-w
Created October 6, 2019 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelique-w/452eb95361b2c6210bfaa9fc36188158 to your computer and use it in GitHub Desktop.
Save angelique-w/452eb95361b2c6210bfaa9fc36188158 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