Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 264 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 264 Bytes

restaurant

In this project you can create a restaurant with tables. The restaurant is an ArrayList where the tables are saved. Each table has a unique ID, and contains a HashMap with reservations, which you can create and delete. The restaurant is serializable.