Skip to content

isaad18/42-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published