#include "headers.h"
#include "headers.h"
#include "headers.h"
#include "headers.h"
#include "class_a.h"
Car myCar = {0, 1, 2, 3, 4};
Rectangle re;
void setup() {
Serial.begin(115200);
Serial.println(myCar.NumCylinders);
re.set_values(15, 38);
Serial.println(re.area());
}
void loop() {
// put your main code here, to run repeatedly:
}