#include "Rectangle.hpp" int main() { Rectangle rect1(3,4); Rectangle rect2(5); Rectangle rect3; }