diff --git a/src/main.cpp b/src/main.cpp deleted file mode 100644 index 0c3e53b..0000000 --- a/src/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#ifdef TOOLKIT_DEBUG_MODE - -#include -#include -using namespace std; - -int main(int argc, char** argv) -{ - std::string num = "2"; - auto str = toolkit::stoi(num); - cout<<*str<<"\n"; - return 0; -} -#endif // !TOOLKIT_DEBUG_MODE \ No newline at end of file