We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ca3c2 commit dd7aa8cCopy full SHA for dd7aa8c
Dijkstra.go
@@ -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