Kotlin / kotlin-by-example

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

Update 02_run.md #223

Open taku333 opened 5 months ago

taku333 commented 5 months ago

summary

I am always happy to use and learn from you.

Changed so that the following implementations can be seen in the standard output.

3.run returns the length of the given String if it's not null.

Not a major correction, but please confirm.