Is this good code formatting?
Compiles fine, at least.
class RandomTest{public static void main(String[] args){long x = 1;while (x < (x+1)){System.out.println(x); x=x*2;}}}
class RandomTest{public static void main(String[] args){long x = 1;while (x < (x+1)){System.out.println(x); x=x*2;}}}
whisper:
//sarcasm for those who don't know