#include #define DEBUG 0 int main() { printf("Hello "); #if DEBUG printf("debug "); #endif printf("World!"); }