Skip to content

Instantly share code, notes, and snippets.

@cpetzold
Created July 7, 2011 00:12
Show Gist options
  • Save cpetzold/1068646 to your computer and use it in GitHub Desktop.
Save cpetzold/1068646 to your computer and use it in GitHub Desktop.
do {
for (int i = 0; i < 5; i++) {
System.out.println(i);
}
} while(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment