1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/app/preproc/test/data/foo3.cpp

20 lines
180 B
C++

void setup() // run once, when the sketch starts
{
;
}
void loop() // run over and over again
{
;
}
/*
void loop(){
if (1){
;
}
else if(0){
;
}
} */