Solutions for the problems I went through at the C piscine as part of 42 school selection program.
brainfuck | ||
d00 | ||
d01 | ||
d02 | ||
d03 | ||
d04 | ||
d05 | ||
d06 | ||
d07 | ||
d08 | ||
d09 | ||
d10 | ||
d11 | ||
d11_test | ||
d12 | ||
d12_test | ||
d13 | ||
d13_test | ||
ft_lib | ||
group_BSQ | ||
ind | ||
my_bsq | ||
rushes | ||
README | ||
TODO |
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