817
Merry Christmas!
(files.catbox.moe)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Explanation:
In decimal (DEC), we count to 9 before adding a new digit. For example, the number after 9 is 10, and the number after 19 is 20.
In octal (OCT), we count to 7 before adding a new digit. The number after 7 is 10 and the number after 17 is 20.
Thanks! I didn't get it at first xD