forked from sunet-cdn/action-runner-demo
10 lines
71 B
Go
10 lines
71 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println("hello")
|
|
}
|