Skip to content

Instantly share code, notes, and snippets.

@mehdihettak
Created March 18, 2019 15:45
Show Gist options
  • Select an option

  • Save mehdihettak/c6c231d82ad86fa6643d9c4a19d7c28f to your computer and use it in GitHub Desktop.

Select an option

Save mehdihettak/c6c231d82ad86fa6643d9c4a19d7c28f to your computer and use it in GitHub Desktop.
var 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