#include #include "transmitter.h" using namespace std; int main() { Transmitter transmitter; cout << "Hello world!" << endl; return 0; }