42/README
2020-09-17 19:51:20 +03:00

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