Mom can we have Scratch? We have scratch at home. Scratch at home:
Mom can we have Scratch? We have scratch at home. Scratch at home:
Mom can we have Scratch? We have scratch at home. Scratch at home:
Oooh, that is tempting. The main pain would be center justifying the code. Perhaps if it was left justified...
My employer's CI rejects extended ASCII characters :(
This only half as bad as the emoji soup macros
Got a link?
I got something better for you.
namespace šµ = std; using š¢ = int; using š = void; using š = time_t; using š = bool; #define š auto #define š enum #define š false #define š true #define š¹ "evil" #define šŖ šµ::make_shared #define šø virtual #define š„ļø šµ::cout #define š« šµ::endl template<class š®> using š = šµ::vector<š®>; template<class š®> using š = šµ::shared_ptr<š®>; š š { šµ, š, š, š }; š¢ š²() { return šµ::rand(); } š š() { return š; } struct š“ { šø š š() = 0; }; struct š : š“ { šø š š() { š„ļø << "š" << š«; }; }; struct š : š“ { šø š š() { š„ļø << "š" << š«; }; }; struct š : š“ { šø š š() { š„ļø << "š" << š«; }; }; struct š : š“ { šø š š() { š„ļø << "š" << š«; }; }; struct š : š“ { šø š š() { š„ļø << "š" << š«; }; }; struct š : š“ { šø š š() { š„ļø << "š " << š«; }; }; š¢ main() { if(š() == š) š„ļø << "š©" << š«; š<š<š“>> š = { šŖ<š>(), šŖ<š>(), šŖ<š>(), šŖ<š>(), šŖ<š >() }; for (š š : š) š->š(); return š²(); }
Remember the meme where all the parentheses are on the right hand side? This meme is the same.
This would musk to write, but is honestly really readable.
super minor but I always preferred to define fizzbuzz as modulo 3*5 to show adherence to the instructions in the readability of the code without having to think about why
Mmm I think they are missing == 0
You could do this in basic ASCII, with only three defines. replace " " with "{", replace ";" with "}", and "" with nothing. If your compiler processes macros in the correct order, it will become valid code. (You would use semicolons as the vertical lines)
Have they #define
d out the equals symbol? I don't think that for
loop is going to compile.
The symbol they defined out is not the equals symbol but rather U+2550, so the for loop is fine.