Skip to content

Instantly share code, notes, and snippets.

@hajipy
Forked from hiyorineko/gist:6625413
Last active December 23, 2015 10:59
Show Gist options
  • Save hajipy/6625729 to your computer and use it in GitHub Desktop.
Save hajipy/6625729 to your computer and use it in GitHub Desktop.
public class Baisuu{
public static void main(String[] args){
for(i=2;i=<32;i=i*2){
System.out.println(i);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment