Skip to content

Commit bf5efee

Browse files
committed
Bellman
1 parent 7f5c98e commit bf5efee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Bellman.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("Bellman")
9+
}

0 commit comments

Comments
 (0)