Update bubblesort.kt

tambahkan comment
This commit is contained in:
administrator 2025-10-09 14:37:12 +07:00
parent afb529bb62
commit b51f114ac0

View File

@ -1,3 +1,8 @@
/* Tambahkan comment
* Nama :
* NPM :
*/
fun main() {
// Data awal
val numbers = arrayOf(64, 34, 25, 12, 22, 11, 90)