Merge branch 'master' of http://212.129.155.29:3000/jie/toolkit
This commit is contained in:
commit
0e57341bec
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