hello world

Michael Muré created

Change summary

.gitignore | 1 +
git-bug.go | 7 +++++++
2 files changed, 8 insertions(+)

Detailed changes

git-bug.go 🔗

@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("Hello git !")
+}