Vending Machine CLI Application Kata Description A simple C# console application that simulates a vending machine. How to Run Build the Application dotnet build Run the Application dotnet run --project VendingMachine.CLI Run the Tests dotnet test