Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. require('cycle-shell')(main, {
  2. welcome:`Welcome to my game`
  3. })
  4. Guess a number between 100 and 1000.`
  5.  
  6.  
  7. function main (input){`
  8. if (input===24){
  9. return `try again later`
  10. }else{
  11. return `Try again soon!`
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement