42/README

6 lines
232 B
Text
Raw Normal View History

2020-09-17 19:51:20 +03:00
Work that was done during C piscine (as part of 42 school course).
2016-11-20 14:22:03 +02:00
$> 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