{EPITECH.} first year project.
Program that outputs your selection between multiple given choices.
Written in C, using the ncurses library.
Navigate to the root of the repository from your Terminal and run make
to build the my_select
executable file.
./my_select [choice_1] [choice_2] [...] [choice_n]
- Select/unselect an item with
SPACE
- Delete an item with
BACKSPACE
- Confirm selection with
ENTER