Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah authored Oct 3, 2023
1 parent 74f7fa4 commit c31e281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/en/kotlin-features-advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ val text = StringBuilder("Temp")

[Kotlin docs](https://kotlinlang.org/docs/type-safe-builders.html) provides an example of an advanced type-safe builder that builds an HTML page.

## Exercises
## 🧪 Exercises

### Exercise 1
#### Exercise 1

1. open the **java-integration-exercise** projects in the **materials** folder.
1. Have a look at the Java class we provided you in the `src/main/java/com/worldline/learning/kotlin/java2kotlin` package. _(yes, that's the Pokemon class)_
Expand Down

0 comments on commit c31e281

Please sign in to comment.