README file added

This commit is contained in:
Gregory 2016-11-20 14:22:03 +02:00
parent 38251405bf
commit e6d292a4da

5
README Normal file
View file

@ -0,0 +1,5 @@
Work that was done during C piscine.
$> find . -type f \( -name '*.c' -o -name '*.h' \) -print | xargs cat | wc -l | xargs echo "Lines of shitcode was written:"
$> Lines of shitcode was written: 7852