Skip to content
/ cowsay Public

some cow ... who say some things

Notifications You must be signed in to change notification settings

lostsh/cowsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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."