blingo/cmd/main.go
2025-03-01 23:18:49 +08:00

10 lines
78 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("this is main")
}