Skip to content

Instantly share code, notes, and snippets.

@zmre
Created July 24, 2015 20:28

Revisions

  1. zmre created this gist Jul 24, 2015.
    3 changes: 3 additions & 0 deletions test.scala
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    def x = 1 + 2
    lazy val y = x * 10
    println("Result is " + y)