Daniel G. Taylor 6ed3b09f44 Initial commit
2019-10-05 08:47:14 -07:00

6 lines
68 B
Protocol Buffer

syntax = "proto3";
message Test {
repeated string names = 1;
}