spire/spire.go

8 lines
69 B
Go
Raw Normal View History

2024-09-13 18:53:05 -03:00
package main
import "fmt"
func main() {
fmt.Println("hello hi")
}