void setup() { Serial.begin(9600); for(int i=0; i<10; i=i+1) { Serial.println(i); } } void loop() { }