1.0.3 • Published 2 years ago

@tianheg/leetcode-cli v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

leetcode-cli

Screenshot

Quick Start

Read help first                      $ leetcode help
Login with your leetcode account     $ leetcode user -l
Browse all questions                 $ leetcode list
Choose one question                  $ leetcode show 1 -g -l cpp
Coding it!
Run test(s) and pray...              $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
Submit final solution!               $ leetcode submit ./two-sum.cpp