# test test ```C #define BLAH 0x1337BEEF int main(void) { int w00t = 0x0; int leet = BLAH; printf("BLAH: %X , %X\n", 0xDEADC0DE, BLAH); } ```