diff options
author | Gogs <gogs@fake.local> | 2020-04-10 22:31:25 +0200 |
---|---|---|
committer | redmonder <matzeton@googlemail.com> | 2020-04-10 22:31:25 +0200 |
commit | ac4801c8d7bb476fe050f24527d38aabf3ff762c (patch) | |
tree | 4c34937f1c4214677dba8e5c9c295c576d5b8af8 | |
parent | a1021aedb33aea67c2969b79e868303896da4f00 (diff) |
'README.md' ändern
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ test ```C +#define BLAH 0x1337BEEF int main(void) { - printf("BLAH: %X\n", 0xDEADC0DE); + printf("BLAH: %X , %X\n", 0xDEADC0DE, BLAH); } ```
\ No newline at end of file |