Created
March 25, 2014 06:32
-
-
Save kamiyaowl/9756228 to your computer and use it in GitHub Desktop.
お誕生日おめでとう! in Scala
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
HHHaaappppppyyy BBBiiirrrttthhhdddaaayyy!!! |
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
import scala.language.postfixOps | |
println("Happy Birthday!" map (_.toString * 3) mkString) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment