collinsmezie / Ruby_capstone_catalog

0 stars 0 forks source link

[1pt]Create file for app entry-point - group task #8

Open collinsmezie opened 2 years ago

collinsmezie commented 2 years ago

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.