File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ leetcode 测试
10
10
11
11
[ ![ ] ( https://jitpack.io/v/masx200/leetcode-test.svg )] ( https://jitpack.io/#masx200/leetcode-test )
12
12
13
-
14
13
To get a Git project into your build:
15
14
16
15
Step 1. Add the JitPack repository to your build file
17
16
18
-
19
17
maven
18
+
20
19
``` xml
21
20
<repositories >
22
21
<repository >
@@ -25,20 +24,22 @@ maven
25
24
</repository >
26
25
</repositories >
27
26
```
27
+
28
28
Step 2. Add the dependency
29
+
29
30
``` xml
30
31
<dependency >
31
32
<groupId >com.github.masx200</groupId >
32
33
<artifactId >leetcode-test</artifactId >
33
34
<version >10.9.2</version >
34
35
</dependency >
35
36
```
37
+
36
38
##### 包含的内容如下
37
39
38
40
<details >
39
41
<summary >展开查看</summary >
40
42
41
-
42
43
https://leetcode.cn/problems/combination-sum-iii/
43
44
44
45
https://leetcode.cn/problems/range-product-queries-of-powers/
@@ -1857,11 +1858,8 @@ https://leetcode.cn/problems/path-sum-ii/
1857
1858
1858
1859
https://leetcode.cn/problems/er-cha-shu-zhong-he-wei-mou-yi-zhi-de-lu-jing-lcof/
1859
1860
1860
-
1861
1861
</details >
1862
1862
1863
-
1864
-
1865
1863
#### 安装教程
1866
1864
1867
1865
1.安装` deno `
You can’t perform that action at this time.
0 commit comments