9 lines
83 B
C++
9 lines
83 B
C++
#include <example.pb.h>
|
|
|
|
int main()
|
|
{
|
|
example::msgs::Example msg;
|
|
|
|
return 0;
|
|
}
|