Skip to content

Commit

Permalink
remove 'package' statement & erroneous bracket for 853-Car-Fleet.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chkid authored and t3chkid committed Sep 29, 2022
1 parent 32ec449 commit 69a1a1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kotlin/853-Car-Fleet.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package kotlin

class Solution {
fun carFleet(target: Int, position: IntArray, speed: IntArray): Int {
val sortedPairs = position
Expand All @@ -20,8 +18,4 @@ class Solution {
}
return numberOfFleets
}
}



}

0 comments on commit 69a1a1d

Please sign in to comment.