void setup() { Serial.begin(115200); // start serial communication } void loop() { Serial.println("Hello, Hello Fab Academy!"); delay(2000); // repeat every 2 seconds }