This repository contains a C# solution to the Cinnamon Cinemas Seating Challenge, where we're trying to allocate movie seats to customers until all the seats are allocated.
Here we have 3 folders:
- The
CinnamonCinemas
folder contains the C# solution to the challenge - The
CinnamonCinemas.Tests
folder contains the unit tests for the solution - The
diagrams
folder contains diagrams related to the solution
Prerequisite: The machine running the application should have .NET 6.0 (or above) installed.
To run the application:
- clone the repository to your computer
- then navigate to the
MarsRover
folder (withcd
command or otherwise) - then run the following command
dotnet run