Skip to content

Commit 5123414

Browse files
authoredNov 24, 2021
Rename LC127.kt to LC_127.kt
1 parent a547847 commit 5123414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎LC127.kt ‎LC_127.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ class Solution {
4747
fun main() {
4848
val arr = arrayOf("hot","dot","dog","lot","log","cog").toList()
4949
Solution().ladderLength("hit","cog", arr)
50-
}
50+
}

0 commit comments

Comments
 (0)
Please sign in to comment.