Update README
This commit is contained in:
parent
21eee34870
commit
352bcc9f19
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
Work that was done during C piscine.
|
Work that was done during C piscine (as part of 42 school course).
|
||||||
|
|
||||||
$> find . -type f \( -name '*.c' -o -name '*.h' \) -print | xargs cat | wc -l | xargs echo "Lines of shitcode was written:"
|
$> 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
|
$> Lines of shitcode was written: 7852
|
||||||
|
|
Loading…
Reference in a new issue