Guest User

Untitled

a guest
Jan 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. This\ is a \"test\" parse. "This should be in one line" "\"this should be in quotes\""
  2.  
  3. Outputs:
  4.  
  5. This is
  6. a
  7. "test"
  8. parse.
  9. This should be in one line
  10. "this should be in quotes"
Add Comment
Please, Sign In to add comment