Usage:
build all unittest:
python3 build.py go_all
build the keyword,kyeword such as: '1', 'two-sum':
python3 build.py go KEYWORD
WHY:
can submit the leetcode code using leetcode-cli.
But it not fast enough. Only local unittest, We can enjoy programming.
DONE:
- go
- python
- java
THANKS:
- aQuaYi/LeetCode-in-Go