Created
December 13, 2012 16:41
-
-
Save sohjiro/4277784 to your computer and use it in GitHub Desktop.
Un pequeño acercamiento de un problema que tuvimos
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
"101".collect{ s -> Long.valueOf(s) }.sort() | |
["101","102"].collect{ s -> Long.valueOf(s) }.sort() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment