100-Days-Of-Code/Arduino/subsandwichcould/ubsandwichcould.ino
Arcron ArchLinux 05d271bcaa 100Days
2024-10-26 14:58:28 +05:30

12 lines
159 B
C++

#include "arduino_secrets.h"
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}