coord.zig 58 B

1234
  1. pub const Coord = struct {
  2. row: i32,
  3. col: i32,
  4. };