From e6266029f2b56db60a98891b77f7bfb816367573 Mon Sep 17 00:00:00 2001 From: JIe Date: Mon, 6 Jan 2025 15:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/main.cpp 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