2020-07-11 19:51:01 +02:00

9 lines
133 B
Protocol Buffer

syntax = "proto3";
package hello;
// Greeting represents a message you can tell a user.
message Greeting {
string message = 1;
}