/CPP-Projects-42

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

Primary LanguageC++

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