Update main.go

Signed-off-by: stackitgit <stackitgit@noreply.localhost>
This commit is contained in:
stackitgit 2026-01-28 15:30:04 +00:00
parent 35ee4d21fb
commit 960f23264e

View file

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