Skip to content

Commit

Permalink
fix(typo): memperbaiki typo implicit
Browse files Browse the repository at this point in the history
Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed Oct 8, 2024
1 parent 147fd2a commit 81258fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contoh/sorting/contoh_bubble_sort.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

program contoh_bubble_sort_rekursif
use bubble_sort_module
implict none
implicit none

real:: array(5)
call random_number(array)
Expand Down

0 comments on commit 81258fd

Please sign in to comment.