aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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