Skip to content

Instantly share code, notes, and snippets.

@Bloofer
Created March 9, 2019 12:11
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 Bloofer/102392761416f25c080e8b541f474d67 to your computer and use it in GitHub Desktop.
Save Bloofer/102392761416f25c080e8b541f474d67 to your computer and use it in GitHub Desktop.
if (p) x = 5;
else x = "hello";
if (p) return x+5;
else return strlen(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment