v11_jaimetest/main.go
jaime merino 491131321a
Some checks failed
/ upload-many (push) Failing after 1m16s
test inti
2026-01-28 16:21:17 +01:00

7 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Printf("hello, world")
}