Skip to content

Commit

Permalink
#91 Fixed homework score range
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Apr 30, 2024
1 parent c9ea84b commit dbe4239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ data class Homework(
}

companion object {
private val range = 0..2000
private val range = 1..2000
}
}

Expand Down

0 comments on commit dbe4239

Please sign in to comment.