mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Updated to work with the new libraries
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//ProjectEuler/ProjectEulerCPP/headers/ProblemSelection.hpp
|
||||
//Matthew Ellison
|
||||
// Created: 07-08-20
|
||||
//Modified: 08-28-20
|
||||
//Modified: 07-02-21
|
||||
//This is a header file with a few functions to help select and run problems
|
||||
/*
|
||||
Copyright (C) 2020 Matthew Ellison
|
||||
Copyright (C) 2021 Matthew Ellison
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
@@ -19,13 +19,12 @@
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PROBLEMSELECTION_HPP
|
||||
#define PROBLEMSELECTION_HPP
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include "Algorithms.hpp"
|
||||
#include "mee/vectorAlgorithms.hpp"
|
||||
#include "Problems/Problem1.hpp"
|
||||
#include "Problems/Problem2.hpp"
|
||||
#include "Problems/Problem3.hpp"
|
||||
@@ -156,4 +155,5 @@ void listProblems(){
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
|
||||
#endif //PROBLEMSELECTION_HPP
|
||||
|
||||
Reference in New Issue
Block a user