Lizerui9926
2023-04-26 b78d47f1efb3d0662fce1b8d45a9eb11b3caef02
1
2
3
4
5
6
#include <glog/logging.h>
 
int main(int /*argc*/, char** argv)
{
    google::InitGoogleLogging(argv[0]);
}