8 lines
74 B
Go
Raw Normal View History

2024-11-16 10:31:47 +08:00
package main
import "fmt"
func main() {
fmt.Println("hello project")
}