Kotlin / kotlin-by-example

The sources of Kotlin by Example.
https://play.kotlinlang.org/byExample/overview
MIT License
460 stars 897 forks source link

Fix inexecutable code snippet on Conditional Expression #98

Closed B3nnyL closed 4 years ago

B3nnyL commented 4 years ago

The example on Conditional Expression isn't executable on web browser owing to wrong syntax highlighting.

Replace kotlin with run-kotlin to fix the issue

p7nov commented 4 years ago

Thanks!