Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Last active May 17, 2018 09:15
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 tmaxxdd/136bea722d2fd37f2c5370ceda5909f2 to your computer and use it in GitHub Desktop.
Save tmaxxdd/136bea722d2fd37f2c5370ceda5909f2 to your computer and use it in GitHub Desktop.
Code after using Array() in kotlin
...
return Array(20, { Topic("Some topic", "Some description")} )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment