Skip to content

Commit bf7a8e9

Browse files
authored
Update Solution.kt
1 parent ab40ec6 commit bf7a8e9

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/g0401_0500/s0401_binary_watch

1 file changed

+1
-0
lines changed

src/main/kotlin/g0401_0500/s0401_binary_watch/Solution.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ package g0401_0500.s0401_binary_watch
44

55
import java.util.ArrayList
66

7+
@Suppress("NAME_SHADOWING")
78
class Solution {
89
fun readBinaryWatch(turnedOn: Int): List<String> {
910
val times: MutableList<String> = ArrayList()

0 commit comments

Comments
 (0)