This commit is contained in:
jie 2025-09-27 16:46:53 +08:00
parent 675aa1930e
commit 27a33df09f

View File

@ -144,6 +144,6 @@ int main(int argc, char *argv[]) {
CTL::Thread::SleepMS(5 * 1000); CTL::Thread::SleepMS(5 * 1000);
} }
} }
CTL::System::Println("Daemon Exit");
return 0; return 0;
} }