Skip to content

Instantly share code, notes, and snippets.

@thecatkitty
Created July 17, 2020 14:37
Show Gist options
  • Save thecatkitty/e9e3152a122c92cd48b722acd3b1f4cd to your computer and use it in GitHub Desktop.
Save thecatkitty/e9e3152a122c92cd48b722acd3b1f4cd to your computer and use it in GitHub Desktop.
#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