Skip to content

Commit 5a1760b

Browse files
committed
format
1 parent 8009a57 commit 5a1760b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ leetcode 测试
1010

1111
[![](https://jitpack.io/v/masx200/leetcode-test.svg)](https://jitpack.io/#masx200/leetcode-test)
1212

13-
1413
To get a Git project into your build:
1514

1615
Step 1. Add the JitPack repository to your build file
1716

18-
1917
maven
18+
2019
```xml
2120
<repositories>
2221
<repository>
@@ -25,20 +24,22 @@ maven
2524
</repository>
2625
</repositories>
2726
```
27+
2828
Step 2. Add the dependency
29+
2930
```xml
3031
<dependency>
3132
<groupId>com.github.masx200</groupId>
3233
<artifactId>leetcode-test</artifactId>
3334
<version>10.9.2</version>
3435
</dependency>
3536
```
37+
3638
##### 包含的内容如下
3739

3840
<details>
3941
<summary>展开查看</summary>
4042

41-
4243
https://leetcode.cn/problems/combination-sum-iii/
4344

4445
https://leetcode.cn/problems/range-product-queries-of-powers/
@@ -1857,11 +1858,8 @@ https://leetcode.cn/problems/path-sum-ii/
18571858

18581859
https://leetcode.cn/problems/er-cha-shu-zhong-he-wei-mou-yi-zhi-de-lu-jing-lcof/
18591860

1860-
18611861
</details>
18621862

1863-
1864-
18651863
#### 安装教程
18661864

18671865
1.安装`deno`

0 commit comments

Comments
 (0)