Skip to content

Instantly share code, notes, and snippets.

@KrabCode
Created February 21, 2017 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KrabCode/44a7f5631e92543f3042f498e2e88ce6 to your computer and use it in GitHub Desktop.
Save KrabCode/44a7f5631e92543f3042f498e2e88ce6 to your computer and use it in GitHub Desktop.
Gödel, Escher, Bach v kostce
bool x
while(x || !x)
{
x = !x
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment