Last active
July 26, 2021 16:10
-
-
Save ddrown/184d829c1cbfa7927330f41f97c4fd81 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Originally from a discord screenshot from an unknown author | |
* Needs at least g++ version 10.3.1 | |
* output: | |
๐ฉ | |
๐ | |
๐ | |
๐ | |
๐ | |
๐ | |
๐ | |
*/ | |
#include <sys/time.h> | |
#include <vector> | |
#include <memory> | |
#include <iostream> | |
#include <ostream> | |
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 ๐ฒ(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment