aboutsummaryrefslogtreecommitdiffstats
path: root/git-bug.go
blob: e82fdf428dbcba633dc8248e90977c528adb1545 (plain) (blame)
1
2
3
4
5
6
7
package main

import "fmt"

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