Hacker News new | ask | show | jobs
by kenjackson 5828 days ago
As well as the bug in the loop... there also appears to be a bug in the printf statement.
1 comments

Can't believe I missed that, but you're entirely correct, that second %d doesn't map to anything.

Guess loops aren't the source of ALL evil.