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