x/main.go
2020-10-12 14:23:54 -07:00

10 lines
79 B
Go

package main
import (
"sneak.berlin/x/cmd"
)
func main() {
cmd.Execute()
}