my/go/l1.go
2026-05-13 00:55:42 +03:00

8 lines
91 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
fmt.Println("Hi")
}