#include "debug.h" int main(){ if(VERBOSE >= 1) LOG("Hello World!\n"); return 0; }