go-meru/cmd/merud/main.go
2026-06-01 01:41:23 +00:00

7 lines
71 B
Go

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