Files
test/main.go
Adrian Zuercher 0c04be4763
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7m12s
initial commit and test
2025-08-04 19:56:41 +02:00

8 lines
74 B
Go

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