You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
Describe the feature that is being tested/implemented
Create prime number calculation tests where loops start at 3 and increment by 2, instead of starting at 1 and incrementing by 1 (which requires calculating if the number is even or odd)
List any relations to other issues in this repository or in other repositories
N/A