From 81258fd601b8cb51ced420b0a3ae24ee6fffd02f Mon Sep 17 00:00:00 2001 From: slowy07 Date: Wed, 9 Oct 2024 06:15:47 +0700 Subject: [PATCH] fix(typo): memperbaiki typo `implicit` Signed-off-by: slowy07 --- contoh/sorting/contoh_bubble_sort.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contoh/sorting/contoh_bubble_sort.f90 b/contoh/sorting/contoh_bubble_sort.f90 index 9818980..0389ee8 100644 --- a/contoh/sorting/contoh_bubble_sort.f90 +++ b/contoh/sorting/contoh_bubble_sort.f90 @@ -2,7 +2,7 @@ program contoh_bubble_sort_rekursif use bubble_sort_module - implict none + implicit none real:: array(5) call random_number(array)