blob: 5c4bd0de052beea0073bc1715b3e5820abae0d2a [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001namespace y2014;
2
3// Published on "/"
4table HotGoal {
5 left_count:ulong;
6 right_count:ulong;
7}
8
9root_type HotGoal;