Skip to content

Instantly share code, notes, and snippets.

@PradalCyril
Created October 21, 2018 06:37
Show Gist options
  • Save PradalCyril/281a86d6e3acd340c8f1cddcf8d4fed2 to your computer and use it in GitHub Desktop.
Save PradalCyril/281a86d6e3acd340c8f1cddcf8d4fed2 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