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