/* * logic-controller.cpp * * Created: 28.04.2024 20:03:09 * Author : User */ #include int main(void) { /* Replace with your application code */ while (1) { } }