Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created July 15, 2022 14:52
Show Gist options
  • Save halilozel1903/82512fba7b9c65ca2161e8f9c5942f5f to your computer and use it in GitHub Desktop.
Save halilozel1903/82512fba7b9c65ca2161e8f9c5942f5f to your computer and use it in GitHub Desktop.
val programmingLanguages = ArrayList<String>()
programmingLanguages.add("Kotlin")
programmingLanguages.add("Swift")
programmingLanguages.add("Java")
programmingLanguages.add("Objective-C")
println("Programming Languages: ${programmingLanguages.size}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment