diff --git a/Algorithms.hpp b/Algorithms.hpp index 4a4ab18..7662eec 100644 --- a/Algorithms.hpp +++ b/Algorithms.hpp @@ -10,6 +10,8 @@ #include #include +namespace mee{ + template std::vector getPrimes(T goalNumber){ @@ -87,4 +89,7 @@ bool isFound(T num, std::vector list){ } +} + + #endif //MEE_ALGORITHMS_HPP