Skip to content

Instantly share code, notes, and snippets.

@nyeecola
Created December 18, 2016 03:23
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 nyeecola/3752d0b335627e44f83a9e6fb6da69a6 to your computer and use it in GitHub Desktop.
Save nyeecola/3752d0b335627e44f83a9e6fb6da69a6 to your computer and use it in GitHub Desktop.
for (...)
{
for (...)
{
if (...)
{
goto found_x;
}
}
}
found_x:
printf('x');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment