DEV Community

Discussion on: Caption This! 🤔💭

Collapse
 
cicirello profile image
Vincent A. Cicirello • Edited
try {
    Thread.sleep(72000000);
} catch (InterruptedException e) {
    // This catch block deliberately
    // empty. I am a koala. I sleep
    // 20 hours per day, or 
    // 72000000 ms per day. I'm
    // ignoring you on purpose.
    // Don't interrupt my sleep!
    // Go away!
}
eat(eucalyptus);
Enter fullscreen mode Exit fullscreen mode
Collapse
 
rachelfazio profile image
Rachel Fazio

This is gorgeous.