eive-obsw/unittest/rebootLogic/main.cpp

8 lines
136 B
C++
Raw Normal View History

2022-02-28 14:13:31 +01:00
#include "CoreController.h"
#include <iostream>
int main(int, char**) {
2022-02-28 14:13:31 +01:00
CoreController ctrl;
std::cout << "Hello, world!\n";
}