aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f51355c..6538126 100644
--- a/README.md
+++ b/README.md
@@ -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