Created
January 31, 2017 22:33
-
-
Save sohnryang/529f630905c64e1d5e476651da124e9b to your computer and use it in GitHub Desktop.
scala for the impatient - product of unicode
This file contains hidden or 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
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