Skip to content

Commit f08ec72

Browse files
authored
Update README.md
1 parent bd1b556 commit f08ec72

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,16 +1169,17 @@ deno task lint
11691169
```
11701170
deno task check
11711171
```
1172+
### Deno
11721173

1173-
5.导入模块
1174+
1.导入模块
11741175

11751176
指定版本号
11761177

11771178
```ts
11781179
import {} from "https://deno.land/x/[email protected]/mod.ts";
11791180
```
11801181

1181-
6.使用举例
1182+
2.使用举例
11821183

11831184
```ts
11841185
import { climbing_stairs_bigint } from "https://deno.land/x/[email protected]/mod.ts";
@@ -1188,6 +1189,14 @@ import { climbing_stairs_bigint } from "https://deno.land/x/masx200_leetcode_tes
11881189
import climbing_stairs from "https://deno.land/x/[email protected]/climbing-stairs/index.ts";
11891190
```
11901191

1192+
### Golang
1193+
1194+
```
1195+
go get github.com/masx200/leetcode-test
1196+
```
1197+
1198+
https://pkg.go.dev/github.com/masx200/leetcode-test
1199+
11911200
#### 参与贡献
11921201

11931202
1. Fork 本仓库

0 commit comments

Comments
 (0)