rectangle_shape.h 86 B

123456
  1. // rectangle_shape.h
  2. namespace ShapeImpl
  3. {
  4. double area(const Rectangle &rectangle);
  5. }