AkashaRojee/ruby-capstone

[1pt] Set up main file

Opened this issue · 0 comments

  • 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.