Skip to content

Commit 7afb28b

Browse files
authored
Update Solution.scala
1 parent aa434ce commit 7afb28b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solution/001.Two Sum/Solution.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
import scala.collection.mutable
32
object Solution {
43

54
def twoSum(nums: Array[Int], target: Int): Array[Int] = {

0 commit comments

Comments
 (0)