Skip to content

Files

Latest commit

 

History

History
24 lines (19 loc) · 319 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 319 Bytes

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