pebble/third_party/nanopb/examples/cmake_relpath/proto/sub/unlucky.proto
2025-01-27 11:38:16 -08:00

5 lines
75 B
Protocol Buffer

syntax = "proto2";
message UnluckyNumber {
required uint32 number = 1;
}