Skip to content

Commit 99d50b3

Browse files
fix: make example runnable
1 parent a560b87 commit 99d50b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/05_stdlib/07_firstlast.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fun main() {
3737
### `firstOrNull`, `lastOrNull`
3838

3939
These functions work almost the same way with one difference: they return `null` if there are no matching elements.
40+
4041
<div class="language-kotlin" theme="idea" data-min-compiler-version="1.3">
4142

4243
```kotlin

0 commit comments

Comments
 (0)