Ready to push.

This commit is contained in:
Kevin Lange 2011-11-30 01:23:53 -06:00
parent ffa07d6398
commit 3b7a7a1381
3 changed files with 45 additions and 42 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
nyancat

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
nyancat: nyancat.c
gcc -o nyancat nyancat.c