Demos icon indicating copy to clipboard operation
Demos copied to clipboard

:fire: the go programming language go Demos, go语言例子 go语言圣经 练习题 go 语言书籍 bootstrap 练习 sql-mysql练习

Results 2 Demos issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. Demos/gop_homework/ch6/homework/test6.1/main.go func (i *IntSet) Len() int { return len(i.words) } 这里 len(i.words) 是 bits 的长度,而不是需要的长度。不知道你的测试是如何通过的。

EathOther函数输入"111"和"123"时,显示相等