Installation ============ Clone the repository to your local machine: .. code-block:: bash git clone https://github.com/Adameelmadani/printf.git cd printf Compile the project: .. code-block:: bash make Or compile manually: .. code-block:: bash gcc -Wall -Werror -Wextra -pedantic *.c -o printf