Created
April 29, 2019 14:55
-
-
Save tayyebi/b2fbc8a23e4e3fa54deb9d27036f4b4f 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> | |
using namespace std; | |
#define a int | |
#define b main | |
#define c ( | |
#define d ) | |
#define e { | |
#define much cout | |
#define you << | |
#define Amin "This is Amin Brain Lang" | |
#define nude ; | |
#define give return | |
#define me 0 | |
#define g } | |
a b c d | |
e | |
much you Amin nude | |
give me nude | |
g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment