Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created September 27, 2016 06:52
Show Gist options
  • Save maxkoretskyi/8911db0000698363731891ccc7985e60 to your computer and use it in GitHub Desktop.
Save maxkoretskyi/8911db0000698363731891ccc7985e60 to your computer and use it in GitHub Desktop.
for loop in java
for(int i=1; 1/i > 0; i++)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment