Skip to content

Commit beff93b

Browse files
authored
Update Solution.go
1 parent 57acbce commit beff93b

File tree

1 file changed

+1
-1
lines changed
  • solution/2200-2299/2283.Check if Number Has Equal Digit Count and Digit Value

1 file changed

+1
-1
lines changed

solution/2200-2299/2283.Check if Number Has Equal Digit Count and Digit Value/Solution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ func digitCount(num string) bool {
99
}
1010
}
1111
return true
12-
}
12+
}

0 commit comments

Comments
 (0)