Skip to content

Instantly share code, notes, and snippets.

@dsebban
Created April 25, 2018 11:51
Show Gist options
  • Save dsebban/933f6a13ca035590504bb94f1614d24d to your computer and use it in GitHub Desktop.
Save dsebban/933f6a13ca035590504bb94f1614d24d to your computer and use it in GitHub Desktop.
values
val name = "daniel"
val one = 1
val oneAndTwoAsTuple = (1,2)
val oneAndTwoInAList = List(1,2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment