- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
You must log in or # to comment.
Remember the meme where all the parentheses are on the right hand side? This meme is the same.
Oooh, that is tempting. The main pain would be center justifying the code. Perhaps if it was left justified…
Clearly we need self-centering support from editors.
Just one more reason to do your coding in Word.
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 🎲(); }