删除main

This commit is contained in:
JIe 2025-01-06 15:30:05 +08:00
parent b7b44028a1
commit e6266029f2

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