Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Last active September 23, 2024 06:41
Show Gist options
  • Save ssougnez/025b91b11b31325808a97819f655fcfb to your computer and use it in GitHub Desktop.
Save ssougnez/025b91b11b31325808a97819f655fcfb to your computer and use it in GitHub Desktop.
const cowsay = require("cowsay");
console.log(cowsay.say({
text : "From Zero To Somewhere",
e : "oO",
T : "U "
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment