[1pt] Create a main.rb file that will serve as your console app entry-point
Closed this issue · 0 comments
svitalis123 commented
Create a main.rb file that will serve as your console app entry-point.
Implement startup actions:
- Present the user with a list of options to perform.
- Let users choose an option.
- If needed, ask for parameters for the option.
- Have a way to quit the app.