Created
July 15, 2022 14:57
-
-
Save halilozel1903/c4e50b76c7a4788a3577c01fe31c9370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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