zstenger93 / ft_printf_tester

Simple tester to test your ft_printf against the real printf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💡FT_PRINTF_TESTER💡

🛠️USAGE🛠️

First step:

Clone it into your project folder

$ git clone https://github.com/zstenger93/ft_printf_tester.git

Second step:

This will show you the available options

$ ./test.sh

Run Mandatory Tests

$ ./test.sh m

Run Bonus Tests

$ ./test.sh b

Run Both

$ ./test.sh a

If you need perission to run .sh:

$ chmod +x ./test.sh

About

Simple tester to test your ft_printf against the real printf


Languages

Language:C 81.3%Language:Shell 18.7%