action-runner-demo/main.go
Patrik Lundin c83f3ce1ce
All checks were successful
/ test (push) Successful in 35s
Test new build
2024-09-11 10:02:58 +02:00

10 lines
81 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("hello container")
}