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 7f5c98e commit bf5efeeCopy full SHA for bf5efee
Bellman.go
@@ -0,0 +1,9 @@
1
+package main
2
+
3
+import (
4
+ "fmt"
5
+)
6
7
+func main() {
8
+ fmt.Println("Bellman")
9
+}
0 commit comments