Skip to content

josephlimb/triangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Triangle Challenge

This project is an example C#/.net console application. It allows the user to input three triangle lengths, and, in return, the application will return some basic information.

Running the project

Setup

Please install the /NET SDK which includes the dotnet cli command. https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial#install

Within the project's folder run: dotnet restore

Running the application

Within the project's folder run: dotnet run --project TriangleService

Running the unit tests

Within the project's folder run: dotnet test

Project Notes

Project Assumptions

  • The "Triangle" type for triangle classification was used as a catch all for those that were not listed

License

This code is open source, but it is not licensed for re-use. Credit goes to https://github.com/dotnet/samples/tree/master/core/getting-started/unit-testing-using-nunit for examples setting up a NUnit project.

About

A demo C# application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages