Skip to content

Instantly share code, notes, and snippets.

@breim
Created July 16, 2014 14:08
Show Gist options
  • Save breim/23a861f99102b4de11a1 to your computer and use it in GitHub Desktop.
Save breim/23a861f99102b4de11a1 to your computer and use it in GitHub Desktop.
package br.com.empresa.projeto;
public class Main {
public static void main(String[] args) {
for (int i = 1; i<=3000000; i++){
System.out.println(i);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment