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:
@@ -38,7 +38,6 @@ private:
|
||||
static uint64_t MAX_NUMBER; //The highest number to be tested
|
||||
//Instance variables
|
||||
uint64_t fullSum; //For the sum of all the numbers
|
||||
std::vector<uint64_t> numbers; //Holds all the numbers
|
||||
public:
|
||||
//Constructor
|
||||
Problem1();
|
||||
|
||||
Reference in New Issue
Block a user