Files
ax/main.go
2026-03-26 12:48:47 +00:00

8 lines
67 B
Go

package main
import "axolotl/cmd"
func main() {
cmd.Execute()
}