提交 c2e1bc21 编写于 作者: 麻凡_'s avatar 麻凡_

fix:修改 helloword 错误

上级 20eb8022
......@@ -9,7 +9,7 @@ func main() {
s = append(s, 4)
fmt.Println(a, len(a), cap(a))
fmt.Println(s, len(s), cap(s)) // 输出:[888 2 3 4] 4 6
fmt.Println(s, len(s), cap(s))
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册