Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ relevant to your skill set and the position you are applying for.

### Requirements

- Fork this repo to implement your solution
- Click on the "Use this template" button to create a new GitHub repository, in which you may implement your solution
- The library package provides an API for retrieving the Nth prime number using 0-based indexing where the 0th prime number is 2
- Interviewers must be able to execute a suite of tests
- Go: `go test ./...`
- C#: `dotnet test Sieve.Tests`
- Javascript: `npm run test`
- Python: `python -m unittest test_sieve.py`
- Your solution is committed to your project's `main` branch, no uncommitted changes or untracked files please
- Submit the link to your public fork for review
- Submit the link to your public repo for review

### Considerations

Expand Down