Skip to content

Instantly share code, notes, and snippets.

@hiyorineko
Created September 19, 2013 16:08
Show Gist options
  • Save hiyorineko/6625752 to your computer and use it in GitHub Desktop.
Save hiyorineko/6625752 to your computer and use it in GitHub Desktop.
なぜか32で止まってくれないコード
public class Baisuu{
public static void main(String[] args){
int A = 2;
for(int i=1;A<=32;i++){
System.out.println(A*i);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment