8 lines
97 B
C++
8 lines
97 B
C++
#include <glog/logging.h>
|
|
#include <gflags/gflags.h>
|
|
int main()
|
|
{
|
|
(void)(0);
|
|
return 0;
|
|
}
|