/area-dotnet

Primary LanguageC#MIT LicenseMIT

AreaDotnet

A simple library that allows you to calculate the area of figures.

Supported figures:

  • Circle
  • Triangle

Additional figures can be easily implemented via the IFigure interface. All tests are in the AreaDotnet.Tests project. Tests can be run through dotnet test command.