README file added
This commit is contained in:
parent
38251405bf
commit
e6d292a4da
1 changed files with 5 additions and 0 deletions
5
README
Normal file
5
README
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue