Robin Mueller
042acc1a23
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
8 lines
136 B
C++
8 lines
136 B
C++
#include "CoreController.h"
|
|
#include <iostream>
|
|
|
|
int main(int, char**) {
|
|
CoreController ctrl;
|
|
std::cout << "Hello, world!\n";
|
|
}
|