This repository contains multiple exercises for understanding how C Language works
Projects are labeled using hexadecimal enumeration for getting into computer numeration systems, repository numeration follows a learning line so the high numbered is the folder the most advanced the topic could be
- Projects were checked with gcc 4.8.4 using -Werror -Wall -Wextra -pedantic
- Betty code style is the standard code style for Holberton, you can get the betty checker here and documentation about using it in different text editors
- Global variables are not implemented for security reasons
All exercises were designed by holberton School