zitadel-oidc/main.go
2019-11-15 14:25:09 +01:00

5 lines
No EOL
72 B
Go

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