This project has been created as part of the 42 curriculum by
This project is about reproducing the concept of a shell with less features than the true shell does.
''' Input : None
Output :
- Type : int
- Description : We exit the int and according to the command executed, we can display strings. '''
'''
Main issue : Reproduces shell behavior
├── Sub-problem 1 : Display a prompt
│ └── display_prompt
├── Sub-problem 2 : Parsing the prompt
│ ├── check_prompt
│ ├── initialize_struct
│ └──
├── Sub-problem 3 : Execute the command
│ ├──
│ ├──
│ └──
├── Sub-problem 4 : Start the battle
│ ├──
└── END
'''