Book-Shop

Each Customer is buying 5000 book from the BookShop. Buying a single book is done buy calling buyBook function on BookShop. main contains simulation: 2 users are buying books from one shop and at the end results are displayed

We want to use parallel implementation so that both customers could compete against one another and first one would not necessarly by 5000 books first.