cowsay / cmd / cowthink / main.go

@ main | history


package main

import cli "nmyk.io/cowsay/cmd"

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