Solutions for the problems I went through at the C piscine as part of 42 school selection program.
Find a file
2020-09-17 19:51:20 +03:00
brainfuck init commit 2016-11-20 02:20:23 +02:00
d00 add pdfs 2016-11-22 11:16:48 +02:00
d01 add pdfs 2016-11-22 11:16:48 +02:00
d02 add pdfs 2016-11-22 11:16:48 +02:00
d03 add pdfs 2016-11-22 11:16:48 +02:00
d04 add pdfs 2016-11-22 11:16:48 +02:00
d05 add pdfs 2016-11-22 11:16:48 +02:00
d06 add pdfs 2016-11-22 11:16:48 +02:00
d07 add pdfs 2016-11-22 11:16:48 +02:00
d08 add pdfs 2016-11-22 11:16:48 +02:00
d09 add pdfs 2016-11-22 11:16:48 +02:00
d10 add pdfs 2016-11-22 11:16:48 +02:00
d11 add pdfs 2016-11-22 11:16:48 +02:00
d11_test init commit 2016-11-20 02:20:23 +02:00
d12 add pdfs 2016-11-22 11:16:48 +02:00
d12_test init commit 2016-11-20 02:20:23 +02:00
d13 add pdfs 2016-11-22 11:16:48 +02:00
d13_test init commit 2016-11-20 02:20:23 +02:00
ft_lib init commit 2016-11-20 02:20:23 +02:00
group_BSQ add pdfs 2016-11-22 11:16:48 +02:00
ind add pdfs 2016-11-22 11:16:48 +02:00
my_bsq init commit 2016-11-20 02:20:23 +02:00
rushes add pdfs 2016-11-22 11:16:48 +02:00
README Update README 2020-09-17 19:51:20 +03:00
TODO todo list 2016-11-20 02:50:21 +02:00

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