Last active
May 23, 2023 12:38
-
-
Save cozywitchcraft/eff0f2ef76621ab58253d71ba3659b7f to your computer and use it in GitHub Desktop.
constipation
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 <iostream> | |
const int pation = 1; | |
int main() { | |
std::cout << "POOPING" << std::endl; | |
while (pation) {} | |
std::cout << "DONE POOPING" << std::endl; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wjat