Kotlin / workshop

JetBrains Kotlin Workshop Material
Other
595 stars 149 forks source link

Max function should return the largest Int instead of the smallest #15

Open rlippolis opened 5 years ago

rlippolis commented 5 years ago

Currently, the implementation of the max and max2 functions return the smallest Int. This of course should be the largest.