typedef struct {
  float radius;
} Circle;

struct rectangle {
  float length;
  float width;
};
