Skip to content

Instantly share code, notes, and snippets.

@folivetti
Created March 5, 2017 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save folivetti/a53071300a3ef02527c6d7f60bf4e715 to your computer and use it in GitHub Desktop.
Save folivetti/a53071300a3ef02527c6d7f60bf4e715 to your computer and use it in GitHub Desktop.
class Main {
public static void main(String[] args) {
int i;
for (i=1; i<=100; i++) {
System.out.println(i);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment