Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/cdfb2dcb2bf8b38b029323cbd9f8db5f to your computer and use it in GitHub Desktop.
Save luanpotter/cdfb2dcb2bf8b38b029323cbd9f8db5f to your computer and use it in GitHub Desktop.
int i;
if (isConditionTrue) {
// several lines
i = result;
} else {
// several lines
i = result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment