SunnyH

67
reputation
11

By Day, I code... By Night, I stream games.

try {
    while (isAlive()) {
        codeMore();
    }
} catch (InterruptedException e) {
    deleteBrowserHistory();
} finally {
    if (bankAccount != null) {
        sendToFamily();
    }
}