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

5 lines
88 B
Protocol Buffer

message Message {
repeated int32 a = 1 [packed = true];
repeated int32 b = 2;
}