mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 17:01:17 -05:00
8 lines
98 B
C++
8 lines
98 B
C++
|
|
||
|
#include <iostream>
|
||
|
using namespace std;
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
std::cout << "Foo: " << FOO << "\n";
|
||
|
}
|