Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. const cowsay = require("cowsay");
  2. console.log(cowsay.say( {
  3. text : "hello boy"
  4. }));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement