5 lines
232 B
Text
5 lines
232 B
Text
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
|
|
|