Skip to content

Commit

Permalink
readme addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulagarwal08 committed Sep 19, 2024
1 parent ab0233a commit 04eb542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions problems/coffee-vending-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## Implementations
#### [Java Implementation](../solutions/java/src/coffeevendingmachine/)
#### [Python Implementation](../solutions/python/coffeevendingmachine/)
#### [Golang Implementation](../solutions/golang/coffeeVendingMachine/)

## Classes, Interfaces and Enumerations
1. The **Coffee** class represents a coffee type with its name, price, and recipe (ingredients and their quantities).
Expand Down

0 comments on commit 04eb542

Please sign in to comment.