Created
August 25, 2016 21:55
-
-
Save dtrailin/29d71a6d94ad5f5ccb7038fbf08e4f23 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| (1..100000).map { it * it }.find { it.toString().contains(Regex(".*123.*")) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment