docker
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2025-10-19 09:21:08 -06:00
parent a0fe2f2067
commit 1db163bf62
3 changed files with 38 additions and 2 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}