This commit is contained in:
krahets
2023-10-03 03:49:55 +08:00
parent 256ce30a95
commit 49ad0a6422
12 changed files with 166 additions and 16 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ comments: true
=== "Go"
```go title="hash_map.go"
```go title="hash_map_test.go"
/* 初始化哈希表 */
hmap := make(map[int]string)