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