From 762ff2fcaf45d6b94fb580e168baf3f01ebd61e1 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 1 Nov 2019 17:21:52 +0100 Subject: Added README.md and .gitignore --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6e7397 --- /dev/null +++ b/README.md @@ -0,0 +1,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` -- cgit