Advertisement
nateshoffner

Progirl FizzBuzz

May 5th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. pretend counter is 1
  2. pretend toohigh is 101
  3.  
  4. begin upload
  5.  
  6. split counter into 3 meals for breakfast
  7. if there are no leftovers
  8. split counter into 5 meals for lunch
  9. if there are no leftovers from lunch
  10. tweet "Fizzbuzz"
  11. else if there are leftovers from lunch
  12. tweet "Fizz"
  13. else if there are leftovers from breakfast
  14. split counter into 5 meals for dinner
  15. if there are no leftovers from dinner
  16. tweet "Buzz"
  17. else if there are leftovers from lunch
  18. tweet what counter is pretending to be
  19.  
  20. like counter
  21.  
  22. if counter is not toohigh
  23. reupload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement