Guest User

Untitled

a guest
Sep 25th, 2018
69
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. console.log(cowsay.say({
  3. text: "hello boy",
  4. e: "oO",
  5. T: "U",
  6.  
  7. }));
Add Comment
Please, Sign In to add comment