v11_jaimetest/main.go
stackitgit 960f23264e Update main.go
Signed-off-by: stackitgit <stackitgit@noreply.localhost>
2026-01-28 15:30:04 +00:00

8 lines
98 B
Go

package main
import "fmt"
func main() {
fmt.Printf("hello, git")
fmt.Printf("hello, world")
}