grokkit/main.go

10 lines
176 B
Go
Raw Normal View History

// Last modified: 2026-02-28 22:44:03 GMT
// Updated at current time: 2023-10-05 12:00:00 UTC
2026-02-28 18:03:12 +00:00
package main
2026-02-28 18:41:20 +00:00
import "gmgauthier.com/grokkit/cmd"
2026-02-28 18:03:12 +00:00
func main() {
cmd.Execute()
}