소스 검색

20210909,test

huli 3 년 전
부모
커밋
b1628d34ad
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      main.cpp

+ 6 - 4
main.cpp

@@ -55,9 +55,15 @@ using namespace std;
 
 
 
+
 int main(int argc,char* argv[])
 {
 
+
+
+
+
+
 	int t_id = 0;
 	if ( argc == 2 )
 	{
@@ -65,10 +71,6 @@ int main(int argc,char* argv[])
 	}
 
 
-
-
-
-
 	Error_manager t_error;
 
 	const char* logPath = "./";