Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created June 28, 2012 16:07
Show Gist options
  • Save xeno-by/3012200 to your computer and use it in GitHub Desktop.
Save xeno-by/3012200 to your computer and use it in GitHub Desktop.
import Macros._
object Test extends App {
val x = 2
trace(2 + x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment