update go/l1.go

This commit is contained in:
Stepan 2026-05-13 00:55:42 +03:00
parent b919cf8619
commit 79dd19edde

View file

@ -4,4 +4,5 @@ import "fmt"
func main() { func main() {
fmt.Println("hello world") fmt.Println("hello world")
fmt.Println("Hi")
} }