diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ test #define BLAH 0x1337BEEF int main(void) { + int w00t = 0x0; + int leet = BLAH; printf("BLAH: %X , %X\n", 0xDEADC0DE, BLAH); } ```
\ No newline at end of file |