Skip to content

Instantly share code, notes, and snippets.

@tmosest
Created January 24, 2017 21:15
Show Gist options
  • Save tmosest/7343689aafda5cfbb634bb917596c48f to your computer and use it in GitHub Desktop.
Save tmosest/7343689aafda5cfbb634bb917596c48f to your computer and use it in GitHub Desktop.
Constants Don’t Matter Part 2
public static void loopThroughAlphabet(int n)
{
for(int i = 0; i < n; i++) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment