Serial Begin

void setup() {
    Serial.begin(9600);
}

void loop() {}
Logianer