Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d92e299

Browse files
author
luwei
committed
fix README
1 parent 0a557d7 commit d92e299

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

Readme.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
##Usage:
2-
build all unittest: `python3 build.py go_all`
1+
Usage:
2+
---
3+
build all unittest:
4+
5+
python3 build.py go_all
36

4-
build the keyword of leetcode problem, such as: '1', 'two-sum', 'Two Sum': `python3 build.py go KEYWORD`
7+
build the keyword,kyeword such as: '1', 'two-sum':
58

9+
python3 build.py go KEYWORD
610

7-
##WHY:
8-
We can submit the leetcode code using [leetcode-cli](https://skygragon.github.io/leetcode-cli/commands).
11+
WHY:
12+
---
13+
can submit the leetcode code using [leetcode-cli](https://skygragon.github.io/leetcode-cli/commands).
914

1015
But it not fast enough. Only local unittest, We can enjoy programming.
1116

17+
DONE:
18+
---
1219

13-
###DONE:
14-
15-
[x] go
16-
[ ] python
17-
[ ] java
18-
20+
- [x] go
21+
- [ ] python
22+
- [ ] java
1923

2024
THANKS:
25+
---
2126
- aQuaYi/LeetCode-in-Go
22-
23-
24-

0 commit comments

Comments
 (0)