PassengerStatistics/Tools/VideoRecoder/main.cpp

7 lines
113 B
C++
Raw Normal View History

2024-03-12 14:46:37 +08:00
#include "BoostLog.h"
int main(int argc, char const *argv[]) {
LOG(info) << "app start...";
return 0;
}