#include "Rectangle.hpp" int main() { Point p{5,5}; Rectangle r1{5,6,p}; Rectangle r2 = r1; }