kopia lustrzana https://github.com/markondej/fm_transmitter
12 wiersze
171 B
C++
12 wiersze
171 B
C++
![]() |
#include <iostream>
|
||
|
#include "transmitter.h"
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
Transmitter transmitter;
|
||
|
cout << "Hello world!" << endl;
|
||
|
return 0;
|
||
|
}
|