mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Updated various typoes and removed some unneeded code
This commit is contained in:
@@ -37,14 +37,11 @@ protected:
|
||||
public:
|
||||
//Constructors
|
||||
Problem() : solved(false){
|
||||
|
||||
}
|
||||
Problem(std::string description) : description(description), solved(false){
|
||||
|
||||
}
|
||||
//Destructor
|
||||
virtual ~Problem(){
|
||||
|
||||
}
|
||||
//Gets
|
||||
virtual std::string getDescription() const{
|
||||
|
||||
Reference in New Issue
Block a user