simple-go-action/pre/pre.go

8 lines
84 B
Go
Raw Normal View History

2023-04-17 13:52:29 +08:00
package main
import "fmt"
func main() {
fmt.Println("Pre of Simple Go Action")
}