#include #include "geom.h" using namespace std; int main() { Rectangle r; cout << endl; r.Draw(); return 0; }