5 lines
84 B
C++
5 lines
84 B
C++
void setup(){
|
|
Serial.begin(9600);
|
|
Serial.println("Hello world!");
|
|
}
|