2018-12-22 23:30:39 +01:00

8 lines
97 B
Protocol Buffer

message Outer {
repeated Inner inners = 4;
}
message Inner {
required string str = 1;
}