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