2024-11-16 10:31:47 +08:00

8 lines
74 B
Go

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