my/go/l1.go
2026-05-12 22:51:25 +03:00

6 lines
71 B
Go

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