test inti
Some checks failed
/ upload-many (push) Failing after 1m16s

This commit is contained in:
jaime merino 2026-01-28 16:21:17 +01:00
commit 491131321a
6 changed files with 136 additions and 0 deletions

7
main.go Normal file
View file

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