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

8 lines
147 B
Protocol Buffer

syntax = "proto3";
// Some documentation about the Test message.
message Test {
// Some documentation about the count.
int32 count = 1;
}