mirror of https://github.com/ivanch/tcc.git
5 lines
61 B
Protocol Buffer
5 lines
61 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message MyObj {
|
||
|
string message = 1;
|
||
|
}
|