Simple console application in C# using dotnetcore2.1
A collection of vessels are created when first running the program.
The first vessel causing an exception in order to trigger the OldShipException.
To run the application type "dotnet run" inside the Program folder.
- This leads to a menu with the option of printing all vessel names or the full information.
For testing, go to Test folder and type "dotnet test".