mirror of
https://bitbucket.org/Mattrixwv/my-classes.git
synced 2025-12-07 02:33:57 -05:00
Moved my classes to an appropriate namespace
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
namespace mee{
|
||||
class BigInt{
|
||||
private:
|
||||
std::vector<int64_t> num;
|
||||
@@ -139,3 +139,4 @@ public:
|
||||
return number;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user