rectangle.h 82 B

12345
  1. struct Rectangle
  2. {
  3. const double width = 2.0;
  4. const double height = 3.0;
  5. };