Skip to content

Instantly share code, notes, and snippets.

@lettergram
Created March 19, 2015 00:55
Show Gist options
  • Select an option

  • Save lettergram/5d3096c465f2377cee4d to your computer and use it in GitHub Desktop.

Select an option

Save lettergram/5d3096c465f2377cee4d to your computer and use it in GitHub Desktop.
for(int x = 0; x < size; x++){
for(int y = 0; y < size; y++){
matrix[x][y] = matrix[x][y] * 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment