Update main.go #1

Open
stackitgit wants to merge 2 commits from test into main
Showing only changes of commit 960f23264e - Show all commits

View file

@ -3,5 +3,6 @@ package main
import "fmt"
func main() {
fmt.Printf("hello, git")
fmt.Printf("hello, world")
}