zeit/zeit.go

10 lines
83 B
Go

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