Files
2025-02-19 10:32:24 -05:00

10 lines
83 B
Go

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