action-runner-demo/main.go

10 lines
71 B
Go
Raw Normal View History

2024-06-25 13:12:02 +00:00
package main
import (
"fmt"
)
func main() {
fmt.Println("hello")
}