int play = 0;
int capek = 10;
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
// Serial.println("Raddyaarizaldy");
// while (play != capek){
// Serial.println("Gaspoll Mabar");
// play++;
// }
for (int x=0; x<10; x++){
Serial.println("Lets Goooooo!!!");
}
}
void loop() {
// put your main code here, to run repeatedly:
delay(1000); // this speeds up the simulation
}