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

test

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