Skip to content

Commit dd7aa8c

Browse files
committed
Dijkstra
1 parent 37ca3c2 commit dd7aa8c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dijkstra.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
import (
4+
"fmt"
5+
)
6+
7+
func main() {
8+
fmt.Println("Dijkstra")
9+
}

0 commit comments

Comments
 (0)