1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-06-23 05:15:41 -04:00

8 lines
98 B
C++

#include <iostream>
using namespace std;
int main()
{
std::cout << "Foo: " << FOO << "\n";
}