Skip to content

Instantly share code, notes, and snippets.

@kzkaed
Last active February 6, 2016 02:50
Show Gist options
  • Save kzkaed/9811c73f7f3fd9e8748b to your computer and use it in GitHub Desktop.
Save kzkaed/9811c73f7f3fd9e8748b to your computer and use it in GitHub Desktop.
scala-variable
var name : String = "Kristin"
var number : Int = 2
var words : Array("run", "ball", "cat")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment