Go · 70 bytes Raw Blame History
1 package main
2
3 import (
4 "parrot/cmd"
5 )
6
7 func main() {
8 cmd.Execute()
9 }