All checks were successful
Build (artifact) / build (push) Has been skipped
8 lines
75 B
Go
8 lines
75 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello Executor")
|
|
}
|