backend/app/brahma/api/murder/main.go

8 lines
76 B
Go
Executable File

package main
import "fmt"
func main() {
fmt.Println("我是个示例")
}