skygragon / leetcode-cli

A cli tool to enjoy leetcode!
MIT License
3.65k stars 458 forks source link

fixed the row number format for `leetcode stat -g` #169

Closed lebeier closed 5 years ago

lebeier commented 5 years ago

Currently the number of problems on leetcode has exceeded 1000. There is a problem with the output format for the row number. I have updated the number of 0s to be prepend at the start of the line to 4 instead of 3.