Important
2nd project of the 42 cursus ➡️ Level 1
This project is about recoding a simplified version of the printf function.
With this project, I implemented my first clean code concepts:
- clear names for each variables and functions.
- avoid repetition (merge functions with the same logic).
- Dynamic management of function parameters
- Implementation of base conversion (decimal, hexadecimal)