File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ relevant to your skill set and the position you are applying for.
1818
1919### Requirements
2020
21- - Fork this repo to implement your solution
21+ - Click on the "Use this template" button to create a new GitHub repository, in which you may implement your solution
2222- The library package provides an API for retrieving the Nth prime number using 0-based indexing where the 0th prime number is 2
2323- Interviewers must be able to execute a suite of tests
2424 - Go: ` go test ./... `
2525 - C#: ` dotnet test Sieve.Tests `
2626 - Javascript: ` npm run test `
2727 - Python: ` python -m unittest test_sieve.py `
2828- Your solution is committed to your project's ` main ` branch, no uncommitted changes or untracked files please
29- - Submit the link to your public fork for review
29+ - Submit the link to your public repo for review
3030
3131### Considerations
3232
You can’t perform that action at this time.
0 commit comments