Skip to content

Instantly share code, notes, and snippets.

@GuillaumeLoup
Created March 18, 2019 10:18
Show Gist options
  • Save GuillaumeLoup/c799f8567e04fbbf267a45c809c26630 to your computer and use it in GitHub Desktop.
Save GuillaumeLoup/c799f8567e04fbbf267a45c809c26630 to your computer and use it in GitHub Desktop.
let 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