Guest User

Untitled

a guest
Feb 15th, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Lua Code Golf Challenge: Explode
  2.  
  3. Players: TheWaffle(WaffleGOd), immibis, prohs, Super_Random, and Yevano
  4.  
  5. Time Start: 2/15/11 8:00 EST
  6. Time End: 2/15/11 8:30 EST
  7.  
  8. Challenge Description:
  9.  
  10. Allow the user to input a string. On separate lines, output each string that is separated by white space. This must also work for multiple white space characters. White space characters include space, tab, and newline. Loop through the input and output phases until blank input is given. (the user presses enter without entering any input)
  11.  
  12. Example:
  13.  
  14. Hello, this is a sentence. anskf asfa asf asf oepj
  15. Hello,
  16. this
  17. is
  18. a
  19. sentence.
  20. anskf
  21. asfa
  22. asf
  23. asf
  24. oepj
  25.  
  26. Good luck!
Advertisement
Add Comment
Please, Sign In to add comment