From b51f114ac052b23ca6315e49f3a3b3c9d382970d Mon Sep 17 00:00:00 2001 From: administrator Date: Thu, 9 Oct 2025 14:37:12 +0700 Subject: [PATCH] Update bubblesort.kt tambahkan comment --- bubblesort.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bubblesort.kt b/bubblesort.kt index 094d5c5..6990775 100644 --- a/bubblesort.kt +++ b/bubblesort.kt @@ -1,3 +1,8 @@ +/* Tambahkan comment + * Nama : + * NPM : +*/ + fun main() { // Data awal val numbers = arrayOf(64, 34, 25, 12, 22, 11, 90)