void setup() { Serial.begin(9600); } void loop() { Serial.println("FAB Academy 2019"); delay(100); }