aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGogs <gogs@fake.local>2020-04-10 22:32:11 +0200
committerredmonder <matzeton@googlemail.com>2020-04-10 22:32:11 +0200
commita9600ca93f5a83ab2403c42f0099b1b7baf096e0 (patch)
treeddee45c2297e16c1fa6a1c0c4b63a488a26b9ded
parentac4801c8d7bb476fe050f24527d38aabf3ff762c (diff)
'README.md' ändernHEADmaster
-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