Files
test/main.go
Adrian Zuercher 1052f03084
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
.
2025-08-04 21:01:48 +02:00

8 lines
74 B
Go

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