harmonie-durrant / CPP-Projects-42

My projects in C++ that I have done with 42Perpignan

Repository from Github https://github.comharmonie-durrant/CPP-Projects-42Repository from Github https://github.comharmonie-durrant/CPP-Projects-42

CPP-Projects-42

My projects in C++ that I have done with 42Perpignan

How to run ?

go to the folder you want to test

	cd {directory of makefile}

build the project

	make

run the created file

	./{corresponding binary name}

clean up the files after use

	make fclean

About

My projects in C++ that I have done with 42Perpignan


Languages

Language:C++ 90.2%Language:Makefile 9.8%