4 lines
73 B
C++
4 lines
73 B
C++
void setup() {
|
|
Serial.begin(9600);
|
|
Serial.println("Hello World!");
|
|
}
|