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;}}}
//sarcasm for those who don't know
Results 1 to 8 of 8
Thread: Is this good code formatting?
Threaded View
- 21 Apr. 2013 06:18pm #1
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.25
Is this good code formatting?