zeit/zeit.go
2020-10-11 01:58:14 +01:00

10 lines
83 B
Go

package main
import (
"github.com/mrusme/zeit/z"
)
func main() {
z.Execute()
}