diff --git a/main.go b/main.go index f7b85de..76ef107 100644 --- a/main.go +++ b/main.go @@ -3,5 +3,6 @@ package main import "fmt" func main() { + fmt.Printf("hello, git") fmt.Printf("hello, world") }