initial commit and test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7m12s

This commit is contained in:
Adrian Zuercher
2025-08-04 19:56:41 +02:00
commit 0c04be4763
2 changed files with 26 additions and 0 deletions

7
main.go Normal file
View File

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