code:code_bloat
#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,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_bloat.txt · Last modified: 2019/11/13 12:55 by michfiel