git-bug/git-bug.go
2018-07-10 14:18:50 +02:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello git !")
}