spire/spire.go
2024-09-19 21:43:56 -03:00

8 lines
69 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello hi")
}