test-ci/main.go
Grentenrg 5ab21b46e7
All checks were successful
/ test (push) Successful in 1s
update
2026-02-27 22:58:03 +01:00

7 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}