diff options
author | Gogs <gogs@fake.local> | 2020-04-10 22:32:11 +0200 |
---|---|---|
committer | redmonder <matzeton@googlemail.com> | 2020-04-10 22:32:11 +0200 |
commit | a9600ca93f5a83ab2403c42f0099b1b7baf096e0 (patch) | |
tree | ddee45c2297e16c1fa6a1c0c4b63a488a26b9ded | |
parent | ac4801c8d7bb476fe050f24527d38aabf3ff762c (diff) |
-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 |