The purpose of this project was to recreate a "simplified" version of the real printf from C.
This version allow to use those conversions : c, s, p, d, i, u, x, X, % and the flags '-', '0', '*', and the minimum field size with any type of conversion.