index
:
test.git
foobar
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
README.md
2
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