Update README

This commit is contained in:
Gregory 2020-09-17 19:51:20 +03:00 committed by GitHub
parent 21eee34870
commit 352bcc9f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
README
View file

@ -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:"
$> Lines of shitcode was written: 7852