1
2
3
4
5
pub mod circle;
pub mod rhombus;
pub mod square;
pub mod trapezoid;
pub mod triangle;