@@ -0,0 +1,6 @@
#include "coord.h"
std::ostream& operator<<(std::ostream& os, const Coord& coord) {
return os << "(" << coord.x << ", " << coord.y << ")";
}
The note is not visible to the blocked user.