Home | History | Annotate | Download | only in sub
      1 syntax = "proto2";
      2 
      3 message UnluckyNumber {
      4 	required uint32 number = 1;
      5 }
      6