42/README
2016-11-20 14:22:03 +02:00

5 lines
202 B
Text

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