Skip to content

Instantly share code, notes, and snippets.

@pauldwhitman
Created March 10, 2013 11:02
Part of the "Chess in C" blog post series. The nested for loop.
for (i=0; i<=7; i++) {
/* And every column */
for (j=0; j<=7; j++) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment