angryziber / kotlin-puzzlers

A collection of Kotlin Puzzlers
419 stars 58 forks source link

fix typo in range reverse/step rationale #77

Open ePaul opened 3 years ago

ePaul commented 3 years ago

With range = 0.rangeTo(9) the code would actually print true.