Hacker News new | ask | show | jobs
by andrewla 3987 days ago
Technically, 10 + 26 + 26 = 62 files, since it uses string.ascii_letters and chains on digits.
1 comments

The characters cycle (wrap-around), but since you have the columns intact that shouldn't be an issue... :)
Actually, there was a bug there, but now it's fixed.