shithub
tenseleyflow
/
parrot
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
parrot
Public
Watch
0
Fork
0
Star
0
parrot
/
main.go
Go · 70 bytes
Raw
Blame
History
1
package
main
2
3
import
(
4
"parrot/cmd"
5
)
6
7
func
main
()
{
8
cmd
.
Execute
()
9
}