tcc/scripts/helloworld.proto

5 lines
61 B
Protocol Buffer

syntax = "proto3";
message MyObj {
string message = 1;
}