Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. require('cycle-shell')(main, {
  2. welcome: `WASSUP TRYING to prove your smart... CAME TO THE RIGHT PLACE
  3. TRY TO GUESS THIS NUMBER BETWEEN 200 thrue 300.......
  4. OR ELSE ILL ...... ILL... ILL...
  5. LET THE GAMES BEGIN!!!
  6. p.s pretend your in the hunger games!`
  7. })
  8.  
  9. function main (input) {
  10. if( 201 === input ){
  11. return ` CORRECt katness!! `
  12. }else{
  13.  
  14. return ` incorrect einstein.......`
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement