Installation ============ Clone the repository and compile the project: .. code-block:: bash git clone https://github.com/Adameelmadani/monty.git cd monty gcc -Wall -Werror -Wextra -pedantic *.c -o monty