Skip to content

Commit e2c49b4

Browse files
committed
整理
Change-Id: I23e969ec1ad3c90be81cc3dd8023ab00272d4d5f
1 parent 6269155 commit e2c49b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/leetcode/67.二进制求和.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131

3232
// 注意进位
33-
package leetcode
33+
// package leetcode
3434

3535
// @lc code=start
3636
func addBinary(a string, b string) string {

0 commit comments

Comments
 (0)