eive-obsw/unittest/rebootLogic/main.cpp
Robin Mueller 3a6c7e3183
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
separate branch for reboot file handling
2022-02-25 11:34:42 +01:00

6 lines
83 B
C++

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