Skip to content

Instantly share code, notes, and snippets.

@dimdim2
Last active December 16, 2015 20:59
Show Gist options
  • Save dimdim2/5496014 to your computer and use it in GitHub Desktop.
Save dimdim2/5496014 to your computer and use it in GitHub Desktop.
(for { x <- 100 to 999; y <- 100 to 999; z = (x*y).toString; if z == z.reverse } yield z.toInt).max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment