This commit is contained in:
JIe 2025-01-06 15:30:35 +08:00
commit 0e57341bec

View File

@ -1,14 +0,0 @@
#ifdef TOOLKIT_DEBUG_MODE
#include <iostream>
#include <toolkit.h>
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