cmd-zet/main.go

8 lines
63 B
Go
Raw Normal View History

2025-09-23 14:04:51 +01:00
package main
import "zet/cmd"
func main() {
cmd.Execute()
}