kilt/main.go

10 lines
76 B
Go
Raw Normal View History

2024-12-15 14:07:44 +01:00
package main
import (
"kilt/cmd"
)
func main () {
cmd.Execute()
}