Files
hello-world/a/Arduino.ino
Richie Bendall c8fc6cd6d3 Meta tweaks
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2021-03-15 16:18:40 +13:00

9 lines
90 B
C++

void setup() {
Serial.begin(9600);
Serial.println("Hello World");
}
void loop() {
}