Files
pecker/main.go
Brian Rosner 1db163bf62
Some checks failed
ci/woodpecker/push/build Pipeline failed
docker
2025-10-19 09:21:08 -06:00

8 lines
72 B
Go

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