#include "Triangulo.h"

int main(){
	Triangulo t;
	t.mostrar();
	return 0;
}

