Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update 07_firstlast.md
  • Loading branch information
yanxiaoseng authored Jan 15, 2022
commit 36fd718ebe6625620face5e6f90bcc314e13c9d9
4 changes: 2 additions & 2 deletions examples/05_Collections/07_firstlast.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ fun main() {
//sampleEnd

println("First $first, last $last")
println("First starts with 'f' is $firstF, last starts with 'z' is $firstZ")
println("First ends with 'f' is $lastF, last ends with 'z' is $lastZ")
println("First starts with 'f' is $firstF, first starts with 'z' is $firstZ")
println("Last ends with 'f' is $lastF, last ends with 'z' is $lastZ")
}
```

Expand Down