User Tools

Site Tools


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:
 +<code>
 +#define DL(X)    \
 +X,X,X,X,X,X,X,X, \
 +X,X,X,X,X,X,X,X, \
 +X,X,X,X,X,X,X,X, \
 +X,X,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 << "Hello, World!\n";
 +    return 0;
 +}
 +</code>
code/code_bloat.txt · Last modified: 2019/11/13 12:55 by michfiel