2021-10-05 21:37:46 +02:00

8 lines
98 B
C++

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