Skip to content

Instantly share code, notes, and snippets.

@teivah
Created October 29, 2018 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/d6c7a6f632874fdcb14bd059df7c4e38 to your computer and use it in GitHub Desktop.
Save teivah/d6c7a6f632874fdcb14bd059df7c4e38 to your computer and use it in GitHub Desktop.
val a = new Array[Int](2)
a(0) = 5
a(1) = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment