Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. const cowsay = require('cowsay');
  2.  
  3. console.log(cowsay.say({
  4. text: "hello boy",
  5. e: "oO",
  6. T: "U"
  7. }))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement