Skip to content

harmonie-durrant/CPP-Projects-42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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