Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
riyenas0925 committed Nov 20, 2022
1 parent 6a15792 commit 1cc6607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/racingcar/RacingGame.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class RacingGame(
requireCarExist(cars)
}


fun round(): List<Car> {
for (car in cars) {
val randNumber = numberGenerator.rand()
Expand Down

0 comments on commit 1cc6607

Please sign in to comment.