diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,11 +14,11 @@ To clone the repository of this library run: $ git clone https://git.yctct.com/ft_printf_tester $ cd ft_printf_tester -To run the tester with your ft_print library run: +To compile the tester with your ft_print library run: $ cc main.c libftprintf.a -To run the binaries +To run the test: $ ./a.out |
