Skip to content

Instantly share code, notes, and snippets.

@zmre
Created July 24, 2015 20:28
Show Gist options
  • Save zmre/49ba8cc70dd581cd150b to your computer and use it in GitHub Desktop.
Save zmre/49ba8cc70dd581cd150b to your computer and use it in GitHub Desktop.
def x = 1 + 2
lazy val y = x * 10
println("Result is " + y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment