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 14_sorted.md #199

Open pnhoang opened 1 year ago

pnhoang commented 1 year ago

As a beginner to Kotlin, I don't know what the abs(it) means, the sample code shows the missing import statement and it confuses the reader with error: unresolved reference: abs in the console.