Skip to content

Instantly share code, notes, and snippets.

@dtrailin
Created August 25, 2016 21:55
Show Gist options
  • Select an option

  • Save dtrailin/29d71a6d94ad5f5ccb7038fbf08e4f23 to your computer and use it in GitHub Desktop.

Select an option

Save dtrailin/29d71a6d94ad5f5ccb7038fbf08e4f23 to your computer and use it in GitHub Desktop.
(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