mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Updated various typoes and removed some unneeded code
This commit is contained in:
@@ -34,9 +34,9 @@ class Problem10 : public Problem{
|
||||
private:
|
||||
//Variables
|
||||
//Static variables
|
||||
static uint64_t GOAL_NUMBER;
|
||||
static uint64_t GOAL_NUMBER; //The largest number to check for primes
|
||||
//Instance variables
|
||||
uint64_t sum;
|
||||
uint64_t sum; //The sum of all of the prime
|
||||
public:
|
||||
//Constructor
|
||||
Problem10();
|
||||
|
||||
Reference in New Issue
Block a user