aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f51355c0ec7e99a43b8be40cbeb584dab28ba81b (plain)
1
2
3
4
5
6
7
8
9
10
11
# test

test

```C
#define BLAH 0x1337BEEF
int main(void)
{
    printf("BLAH: %X , %X\n", 0xDEADC0DE, BLAH);
}
```