Files
safe_duck/linux_service/safe_duck.cpp
huoji b00e51fdc7 1
2023-05-07 22:49:11 +08:00

9 lines
134 B
C++

#include "head.h"
auto main() -> int {
if (client_msg::init()) {
client_msg::dispath_kernel_msg();
}
return 0;
}