Skip to content

Instantly share code, notes, and snippets.

@justinehell
Last active June 22, 2020 17:17
Show Gist options
  • Save justinehell/d377ae2d99ad73b048b882c18aef68ce to your computer and use it in GitHub Desktop.
Save justinehell/d377ae2d99ad73b048b882c18aef68ce to your computer and use it in GitHub Desktop.
What's a cow !
let cowsay = require("cowsay");
console.log(cowsay.say({
text : "hello boy",
e : "><",
T : "U "
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment