task3.ino (101B)
1 void setup() { 2 Serial.begin(9600); 3 4 } 5 6 void loop() { 7 Serial.println("HELLO\n"); 8 delay(1000); 9 }