Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(int ri = 0; ri < rows; ri++) {
- for(int i = 0; i < 30; i++) {
- for(int file_i = 0; file_i < columns; file_i++) {
- print30(i*30,fileContents[ri*rows + file_i]);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement