my/go/l1.go
2026-05-13 00:45:29 +03:00

7 lines
72 B
Go

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