Skip to content

Instantly share code, notes, and snippets.

@Yuichiroh
Created April 6, 2015 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yuichiroh/1f51fd8086d224dd58ef to your computer and use it in GitHub Desktop.
Save Yuichiroh/1f51fd8086d224dd58ef to your computer and use it in GitHub Desktop.
val digit2digit = Array(1, 3, 6, 2, 4, 5, 9, 7, 8, 0)
Seq(2, 2, 6, 4, 5, 5, 3).map(digit2digit)
// List(6, 6, 9, 4, 5, 5, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment