Skip to content

Instantly share code, notes, and snippets.

@KanybekMomukeyev
Created November 14, 2014 04:32
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 KanybekMomukeyev/109442d3319c6d32d493 to your computer and use it in GitHub Desktop.
Save KanybekMomukeyev/109442d3319c6d32d493 to your computer and use it in GitHub Desktop.
sdfsdfsdfsdf
(1 to 4).map { i => "Happy Birthday " + (if (i == 3) "Damir" else "to You") }.foreach { println }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment