78

while(true) {
googleSomething();
try {
develop();
} catch(Exception e) {
stackOverFlow(e);
}
}

Comments
Add Comment