9 lines
144 B
C++
9 lines
144 B
C++
#include <google/protobuf/compiler/command_line_interface.h>
|
|
|
|
int main()
|
|
{
|
|
google::protobuf::compiler::CommandLineInterface();
|
|
|
|
return 0;
|
|
}
|