1 2 3 4 5 6 7 8 9 10 11
# test test ```C #define BLAH 0x1337BEEF int main(void) { printf("BLAH: %X , %X\n", 0xDEADC0DE, BLAH); } ```