cert400/main.go

12 lines
117 B
Go
Raw Permalink Normal View History

2024-05-22 09:29:02 +02:00
/*
2024-05-23 10:43:16 +02:00
Copyright © 2024 raul <raul@bulgariu.xyz>
2024-05-22 09:29:02 +02:00
*/
2024-05-23 10:43:16 +02:00
2024-05-22 09:29:02 +02:00
package main
import "cert400/cmd"
func main() {
cmd.Execute()
}