help
Root Question Message
public Point(int x, int y) => (X, Y) = (x, y);
public Point(int x, int y) { X = x; Y = y; }