//
// Created by Marcus Vinícius de Carvalho
#ifndef MAIN_H
#define MAIN_H
#include "Polygon.h"
#include "Rectangle.h"
#include "Triangle.h"
#endif //MAIN_H