Hacker News new | ask | show | jobs
by bobthepanda 1397 days ago
It‘s an unsigned int, so past 0 it overflows back to the maximum
1 comments

Ooh, i see. I wasn't aware that they under/overflow at 0 when they're unsigned. Thanks for broadening my horizon!