Skip to content

Commit 0a3a0ef

Browse files
committed
update main.go
1 parent 3ad059e commit 0a3a0ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package main
22

33
import (
44
"fmt"
5-
"sorting/bubbleSort"
5+
6+
"github.com/dimasdh842/sorting_algorithm/bubbleSort"
67
)
78

89
func main() {

0 commit comments

Comments
 (0)