Created
April 17, 2018 15:57
-
-
Save rozkminiacz/553b1406b0ddc86f0892fb32d43dd28e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val testCases = mapOf( | |
61888.123 to ">50 km", | |
38777.23 to "38.8 km", | |
16984.44 to "17.0 km", | |
987.98 to "988 m" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment