chriswins2much

318
reputation
1
2
11

I am a high school student and a friend to many. I believe that people can help solve the world's problems through programming and playing (a.k.a. engineering). If there's a problem, how come it's not solved yet? There's over 7 billion of us! Let's solve!

String s = "Don't just sit there! Do something!"; 
while(true){ 
     if(youre_being_lazy) { System.out.println(s); } 
     else { doSomeMore(); }
}