garrison-test/main.go
2026-06-28 19:06:21 -04:00

7 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello world")
}