删除main
This commit is contained in:
parent
b7b44028a1
commit
e6266029f2
14
src/main.cpp
14
src/main.cpp
@ -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
|
|
Loading…
Reference in New Issue
Block a user