Distancer/Distancer.cpp

10 lines
57 B
C++

#include <avr/io.h>
int main()
{
while (true)
{
}
}