Skip to content

Commit

Permalink
- @LeonardoJaques FYI add reference link with answer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Feb 14, 2021
1 parent 8fb1c26 commit 1542cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kotlin/kotlin-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ when (die) {
```

- [x] `3,4,5,6`
- [ ] `in 3..6`
- [x] `in 3..6`
[reference](https://kotlinlang.org/docs/ranges.html)
- [ ] `3 : 6`
- [ ] `{3,4,5,6}`

Expand Down

0 comments on commit 1542cfb

Please sign in to comment.