Skip to content

Instantly share code, notes, and snippets.

@AmauryLugdu
Created October 6, 2019 13:05
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 AmauryLugdu/b697c4811f41826849fceda1d413fb74 to your computer and use it in GitHub Desktop.
Save AmauryLugdu/b697c4811f41826849fceda1d413fb74 to your computer and use it in GitHub Desktop.
module node
var cowsay = require("cowsay");
console.log(cowsay.say({
text : "Hello boy",
e : "oO",
T : "U "
}));
// or cowsay.think()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment