lostsh / cowsay

some cow ... who say some things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cowsay

Typical cowsay in c99

Compile

gcc cow.c -o cowsay

Execute

./cow Typical cowsay output!

Debug compilation

gcc -g -std=c99 -Wall -pedantic -fsanitize=address cow.c -o cowsay && echo -e "[+]\tCompilation success." || echo -e "[-]\tCompilation exception."

About

some cow ... who say some things


Languages

Language:C 100.0%