First 42 School Exam
This guide shows what order you should do the 42 Projects in (From Easiest to Hardest)
2nd 42 School Exam
Suject && Solution for 42 Exam Rank 02
This is a training program for a C programming exam. The program is built using Python and Streamlit, and provides exam-like conditions to help you practice for the exam.
Microshell is a C-based mini shell that executes commands, supports cd, piping (|), and command separation (;).
ft_printf is a custom C implementation of printf, supporting %s, %d, and %x conversions.
My Solution for every 42 Exam I pass in order to finish the circle so I can move to the next level which is the next circle since each circle has an exam that must be passed
Solutions for an advanced C++ exam, focusing on object-oriented design and memory management.
✏ Micro_paint/Mini_paint