Skip to content

Instantly share code, notes, and snippets.

@lettergram
Created March 19, 2015 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lettergram/7debc45778ca258636a4 to your computer and use it in GitHub Desktop.
Save lettergram/7debc45778ca258636a4 to your computer and use it in GitHub Desktop.
for(int x = 0; x < size; x++){
for(int y = 0; y < size; y++){
matrix[y][x] = matrix[y][x] * 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment