diff options
| author | yctct <yctct@yctct.com> | 2026-02-07 11:02:12 +0100 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2026-02-07 11:02:12 +0100 |
| commit | 28ecf5f847333ff092d34adbdee2918cc70c07bf (patch) | |
| tree | ad757dc8df9fbfc4e83d738d9032b365ddf0bd8e /README | |
| parent | 23966a971d354589071c7b8b60d475f25333a93a (diff) | |
Correct term
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 |
