#include using namespace std; int main() { #ifdef ANYTHING cout << "ANYTHING has been defined!" << endl; #endif // ANYTHING cout << "Hello, world!" << endl; return 0; }