void setup(){ Serial.begin(9600); } void loop(){ Serial.println("Hola Mundo!"); }
0
1
1
0
0