Exam 42 Rank 02 Install

You forgot to allocate the last element as NULL . Always do: result[word_count] = NULL; .

Inside the rendu directory, create a folder named after the exercise you're solving: exam 42 rank 02 install

Restart your terminal or source your configuration file ( source ~/.zshrc or source ~/.bashrc ). Configuring the Compilation Flags You forgot to allocate the last element as NULL

git clone https://github.com/ombhd/my_tools_installer cd my_tools_installer ./install.sh . Inside the rendu directory

Several open-source simulators replicate the 42 exam interface. The most popular community-maintained tool is grademe . Clone the repository into your home directory: git clone https://github.com ~/42_exam Use code with caution. Navigate to the directory: cd ~/42_exam Use code with caution. Run the installation script: bash install.sh Use code with caution.