eive-obsw/unittest/rebootLogic/main.cpp
Robin Mueller 042acc1a23
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
reboot logic unittest init
2022-02-28 14:13:31 +01:00

8 lines
136 B
C++

#include "CoreController.h"
#include <iostream>
int main(int, char**) {
CoreController ctrl;
std::cout << "Hello, world!\n";
}