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