code:code_bloat
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | code:code_bloat [2019/11/13 12:55] (current) – created michfiel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | #define DL(X) \ | ||
| + | X, | ||
| + | X, | ||
| + | X, | ||
| + | X, | ||
| + | #define MD(X) DL(DL(DL(DL(DL(X))))) | ||
| + | |||
| + | long long arr[] = { | ||
| + | MD(0xff) | ||
| + | }; | ||
| + | |||
| + | int main(int argc, const char * argv[]) { | ||
| + | std::cout << " | ||
| + | return 0; | ||
| + | } | ||
| + | </ | ||
code/code_bloat.txt · Last modified: by michfiel
