PassengerStatistics/Tools/VideoRecoder/main.cpp
2024-03-12 14:46:37 +08:00

7 lines
113 B
C++

#include "BoostLog.h"
int main(int argc, char const *argv[]) {
LOG(info) << "app start...";
return 0;
}