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
#include <stdio.h> | |
#define hey int | |
#define computer main(void) { | |
#define can | |
#define you | |
#define please | |
#define say puts | |
#define thanks ; | |
#define kys return | |
#define bye } | |
#define yo | |
hey computer | |
can you please say ("hello world") thanks | |
please kys you 0 yo thanks | |
bye |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment