Skip to content

Instantly share code, notes, and snippets.

@preslavmihaylov
Last active March 8, 2021 15:46
Show Gist options
  • Save preslavmihaylov/4f84a02c13049bc22dfc2c5af846cf6e to your computer and use it in GitHub Desktop.
Save preslavmihaylov/4f84a02c13049bc22dfc2c5af846cf6e to your computer and use it in GitHub Desktop.
/* Preprocessed code omitted */
int main(int argc, char *argv[])
{
int a = 5;
int b = 10;
int sum = (a + b);
printf("%d\n", sum);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment