aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a6e7397c86f0e86f01e7cdc3cafc316d6b37e4ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ft_printf test

Unit test for the ft_printf project of 42 school.

## Usage

Clone this repo such that:

```
`
|- ft_printf_test/
|- ft_printf/
```

or modify the `FT_PRINTF_PATH` variable in the Makefile

`> make run`