tcc/scripts/helloworld.proto

5 lines
61 B
Protocol Buffer
Raw Normal View History

2023-11-02 22:14:16 +00:00
syntax = "proto3";
message MyObj {
string message = 1;
}