Skip to content

funwie/prime-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The REST API is added.

Run the REST API and then send a post request with the number

  • Endpoint is at {host:post}/api/primenumbers
{
    "number": 10
}

Response is list of prime numbers

Remarks

No testing because of limited time. It is a very basic implementation that will require further refactoring and proper testing before considered useful

About

prime numbers in c#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages