8000 GitHub - lostsh/cowsay: some cow ... who say some things
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lostsh/cowsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

some cow ... who say some things

Topics

Resources

Stars

Watchers

Forks

Languages

0