Skip to content

Instantly share code, notes, and snippets.

@huckfinnaafb
Created January 7, 2012 23:17
Show Gist options
  • Save huckfinnaafb/1576455 to your computer and use it in GitHub Desktop.
Save huckfinnaafb/1576455 to your computer and use it in GitHub Desktop.
if ((m % i == 0) && (i == 20) && (i != 0)) {
printf("%d", m);
break;
} else {
m++;
i = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment