Skip to content

Instantly share code, notes, and snippets.

@sohjiro
Created December 13, 2012 16:41
Show Gist options
  • Save sohjiro/4277784 to your computer and use it in GitHub Desktop.
Save sohjiro/4277784 to your computer and use it in GitHub Desktop.
Un pequeño acercamiento de un problema que tuvimos
"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