Advertisement
morty0505

Untitled

Nov 26th, 2016
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for(int ri = 0; ri < rows; ri++) {
  2. for(int i = 0; i < 30; i++) {
  3. for(int file_i = 0; file_i < columns; file_i++) {
  4. print30(i*30,fileContents[ri*rows + file_i]);
  5. }
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement