Last active
December 11, 2015 04:28
-
-
Save Bradshaw/4545098 to your computer and use it in GitHub Desktop.
Not obfusfcation, just stupidifying...
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> | |
#include <stdlib.h> | |
#define go { | |
#define stop } | |
#define maybe if | |
#define sometime while | |
#define iz = | |
#define ithinkis == | |
#define county int | |
#define word char | |
#define also , | |
#define one 1 | |
#define inabox * | |
#define bubblestart ( | |
#define bubbleend ) | |
#define findinbox [ | |
#define gotit ] | |
#define say printf( | |
#define sayword "%s\n" | |
#define done ; | |
#define shutup ); | |
#define biggerthan > | |
#define smallerthan < | |
#define whee return | |
#define plus + | |
county main bubblestart county cool also word inabox inabox wordz | |
also word inabox inabox otherwordz bubbleend go | |
maybe bubblestart cool biggerthan one bubbleend go | |
county counter iz one done | |
word inabox shesaid done | |
sometime bubblestart counter smallerthan cool bubbleend go | |
shesaid iz wordz findinbox counter gotit done | |
say sayword also shesaid shutup | |
counter iz counter plus one done | |
stop stop whee one done stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment