Files
simple-go-action/main.go
2023-12-20 22:00:47 +08:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}