Skip to content

Instantly share code, notes, and snippets.

@kamiyaowl
Created March 25, 2014 06:32
Show Gist options
  • Save kamiyaowl/9756228 to your computer and use it in GitHub Desktop.
Save kamiyaowl/9756228 to your computer and use it in GitHub Desktop.
お誕生日おめでとう! in Scala
HHHaaappppppyyy BBBiiirrrttthhhdddaaayyy!!!
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