Guest User

Untitled

a guest
Aug 2nd, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. // file1
  2. col111, col112, col113, col114
  3. col121, col122, col123, col124
  4. col131, col132, col133, col134
  5.  
  6. // file2
  7. col211, col212, col213, col214
  8. col221, col222, col223, col224
  9. col231, col232, col233, col234
  10.  
  11. // this output?
  12.  
  13. col111, col112, col113, col114
  14. col121, col122, col123, col124
  15. col131, col132, col133, col134
  16. col211, col212, col213, col214
  17. col221, col222, col223, col224
  18. col231, col232, col233, col234
  19.  
  20. // or this output?
  21.  
  22. col111, col112, col113, col114, col211, col212, col213, col214
  23. col121, col122, col123, col124, col221, col222, col223, col224
  24. col131, col132, col133, col134, col231, col232, col233, col234
Advertisement
Add Comment
Please, Sign In to add comment