Skip to content

Instantly share code, notes, and snippets.

@sohnryang
Created January 31, 2017 22:33
Show Gist options
  • Save sohnryang/529f630905c64e1d5e476651da124e9b to your computer and use it in GitHub Desktop.
Save sohnryang/529f630905c64e1d5e476651da124e9b to your computer and use it in GitHub Desktop.
scala for the impatient - product of unicode
val str = "Test"
str.foldLeft(1L)(_ * _.toInt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment