void setup() {
Serial.begin(9600);
int i=0;
while (i<5){Serial.println("Hello ENGR 103");}
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
Serial.begin(9600);
int i=0;
while (i<5){Serial.println("Hello ENGR 103");}
}
void loop() {
// put your main code here, to run repeatedly:
}