This repository contains the following projects and files:
📁42cursus
├─── 📁 42-exam
│ ┌───── 📁 Exam02
│ │ ┌────── 📁LVL01
│ │ ├────── 📁LVL02
│ │ ├────── 📁LVL03
│ │ └────── 📁LVL04
│ ├───── 📁Exam03
│ │ ┌────── 📁ft_printf
│ └ ┴────── 📁get_next_line
├─── 📁ft_printf
├─── 📁Get_Next_Line
├─── 📁Libft
├─── 📁minishell
├─── 📁minitalk
├─── 📁push_swap
└─── 📁So_Long
Each directory represents a different project or component within the 42cursus curriculum. Below is a brief description of each:
- 42-exam: Contains exercises and solutions related to the 42 school exams.
- ft_printf: Implementation of the
printffunction in C. - Get_Next_Line: A project to read a line from a file descriptor.
- Libft: My own custom C library with various utility functions.
- minishell: A simple shell implementation.
- minitalk: A project for small client-server communication.
- push_swap: A sorting numbers algorithm project.
- So_Long: A small 2D game project.
Feel free to explore each directory for more detailed information about each project.