Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created July 15, 2022 14:57
Show Gist options
  • Save halilozel1903/c4e50b76c7a4788a3577c01fe31c9370 to your computer and use it in GitHub Desktop.
Save halilozel1903/c4e50b76c7a4788a3577c01fe31c9370 to your computer and use it in GitHub Desktop.
val studentNames = ArrayList<String>()
programmingLanguages.add("Halil")
programmingLanguages.add("Ibrahim")
programmingLanguages.add("Yusuf")
programmingLanguages.add("Efe")
studentNames.clear()
println(studentNames)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment