mirror of
https://bitbucket.org/Mattrixwv/my-classes.git
synced 2025-12-06 18:23:57 -05:00
Added the correct namespace to the file
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
|
||||||
|
namespace mee{
|
||||||
|
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
std::vector<T> getPrimes(T goalNumber){
|
std::vector<T> getPrimes(T goalNumber){
|
||||||
@@ -87,4 +89,7 @@ bool isFound(T num, std::vector<T> list){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif //MEE_ALGORITHMS_HPP
|
#endif //MEE_ALGORITHMS_HPP
|
||||||
|
|||||||
Reference in New Issue
Block a user