Labs at 8:30 am

<pre>try {
    work();
} catch (SleepDeficiencyException e) {
    sleep();
} finally {
    go_home();
}</pre>

Leave a Reply