aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGogs <gogs@fake.local>2020-04-10 22:31:25 +0200
committerredmonder <matzeton@googlemail.com>2020-04-10 22:31:25 +0200
commitac4801c8d7bb476fe050f24527d38aabf3ff762c (patch)
tree4c34937f1c4214677dba8e5c9c295c576d5b8af8
parenta1021aedb33aea67c2969b79e868303896da4f00 (diff)
'README.md' ändern
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05c76bd..f51355c 100644
--- a/README.md
+++ b/README.md
@@ -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