This project serves as an introduction to the philosophy and working methods used at 42. It aims to initiate students into self-learning, computer problem-solving, and collaboration within peer communities.
- Understand the fundamental principles of 42.
- Master the use of Unix terminal and basic commands.
- Develop skills in information research and problem-solving.
- Practice teamwork and knowledge-sharing within the community.
- A set of source files meeting the specified criteria in the project topics.
- A README detailing the project, design choices, and installation and execution instructions.
- Clone this repository to your local machine:
git clone <url repos>- Navigate to the project directory:
cd Inception- Compile the project with make:
make all