started C stuff
This commit is contained in:
12
src/C/newcow.c
Normal file
12
src/C/newcow.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
const char *cow = " ^__^\n"
|
||||
" (oo)\\_______\n"
|
||||
" (__)\\ )\\/\\\n"
|
||||
" ||----w |\n"
|
||||
" || ||\n";
|
||||
|
||||
printf("%s", cow);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user