void setup() { Serial.begin(115200); } void loop() { Serial.print("Hello World 1 "); Serial.println("Hello World 2"); }