my/go/l1.go

7 lines
71 B
Go
Raw Normal View History

2026-05-12 22:51:25 +03:00
package main
import "fmt"
func main() {
fmt.Println("hello world")
}