Fix 0077 suoloution

This commit is contained in:
YDZ
2020-12-05 22:47:48 +08:00
parent 7af661be97
commit 6eb4df3bff

View File

@@ -28,7 +28,7 @@ Given two integers *n* and *k*, return all possible combinations of *k* num
## 代码
```
```go
package leetcode