cowsay / cmd / cowthink / main.go

@ v1.1.0 | history


package main

import cli "nmyk.io/cowsay/cmd"

func main() {
	cli.Run(true)
}