[TASK] Day 3
This commit is contained in:
@@ -81,7 +81,7 @@ impl <T: Display + Clone + Sized> Grid<T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct Coord<T> where T: Sized {
|
||||
pub x: T,
|
||||
pub y: T
|
||||
|
||||
Reference in New Issue
Block a user