mirror of
https://github.com/google/pebble.git
synced 2025-03-21 11:21:21 +00:00
5 lines
75 B
Protocol Buffer
5 lines
75 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message UnluckyNumber {
|
|
required uint32 number = 1;
|
|
}
|