-
-
Save sakibguy/0f929a5afb67958a2c7b28236e4c6aa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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