/42-cpp

Primary LanguageC++

42-cpp

📖 CPP

Solving 42 CPP Piscine Modules

GitHub code size in bytes Code language count GitHub top language GitHub last commit

QuickStart

Make files are provided inside each excercise of each module, its commands are:

all => executes all the files in the directory

make all

clean => deletes all the object files

make clean

fclean => deletes the executable file with the object files

make fclean

re => deletes the executable file with the object files and then executes all the files in the directory

make re