angryziber / kotlin-puzzlers

A collection of Kotlin Puzzlers
422 stars 58 forks source link

Add puzzler for Iterable.joinToString parameter confusion #79

Open Marcono1234 opened 3 years ago

Marcono1234 commented 3 years ago

Adds a puzzler for a call to joinToString where by accident a transform function was provided instead of a separator.

Not sure if this is a good puzzler, feedback is appreciated.