Created
July 17, 2020 14:37
-
-
Save thecatkitty/e9e3152a122c92cd48b722acd3b1f4cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#include <iostream> | |
#define bruh using | |
#define gotta namespace | |
#define yo constexpr | |
bruh gotta std; | |
bruh cmon = char; | |
bruh whassup = int; | |
#undef bruh | |
#undef gotta | |
#define gotta operator | |
#define oh return | |
struct bruh {}; | |
struct BRUH { yo cmon gotta+() { oh !cmon{}; } }; | |
yo bruh gotta|(bruh, bruh) { oh bruh{}; } | |
yo cmon gotta|(bruh, BRUH) { oh +BRUH{}; } | |
yo cmon gotta|(BRUH, bruh) { oh +BRUH{} + +BRUH{}; } | |
yo cmon gotta|(BRUH, BRUH) { oh +BRUH{} + +BRUH{} + +BRUH{}; } | |
yo cmon gotta|(cmon bro, bruh) { oh bro << +BRUH{}; } | |
yo cmon gotta|(cmon bro, BRUH) { oh (bro | bruh{}) + +BRUH{}; } | |
#undef yo | |
#undef gotta | |
#define yo for | |
#define bro main | |
#define gotta cout | |
whassup bro() { | |
yo (cmon bro : { | |
BRUH{} | bruh{} | bruh{} | BRUH{} | bruh{} | bruh{} | bruh{}, | |
BRUH{} | BRUH{} | bruh{} | bruh{} | BRUH{} | bruh{} | BRUH{}, | |
BRUH{} | BRUH{} | bruh{} | BRUH{} | BRUH{} | bruh{} | bruh{}, | |
BRUH{} | BRUH{} | bruh{} | BRUH{} | BRUH{} | bruh{} | bruh{}, | |
BRUH{} | BRUH{} | bruh{} | BRUH{} | BRUH{} | BRUH{} | BRUH{}, | |
bruh{} | BRUH{} | bruh{} | bruh{} | bruh{} | bruh{} | bruh{}, | |
BRUH{} | BRUH{} | BRUH{} | bruh{} | BRUH{} | BRUH{} | BRUH{}, | |
BRUH{} | BRUH{} | bruh{} | BRUH{} | BRUH{} | BRUH{} | BRUH{}, | |
BRUH{} | BRUH{} | BRUH{} | bruh{} | bruh{} | BRUH{} | bruh{}, | |
BRUH{} | BRUH{} | bruh{} | BRUH{} | BRUH{} | bruh{} | bruh{}, | |
BRUH{} | BRUH{} | bruh{} | bruh{} | BRUH{} | bruh{} | bruh{}, | |
bruh{} | BRUH{} | bruh{} | bruh{} | bruh{} | bruh{} | BRUH{}, | |
bruh{} | bruh{} | bruh{} | BRUH{} | bruh{} | BRUH{} | bruh{} | |
}) gotta << bro; | |
oh cmon{}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment