Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created December 20, 2016 06:30
Show Gist options
  • Save un4ckn0wl3z/744c5a5e281b9827680d0e63a9dea1f7 to your computer and use it in GitHub Desktop.
Save un4ckn0wl3z/744c5a5e281b9827680d0e63a9dea1f7 to your computer and use it in GitHub Desktop.
main( ) {
int a, b, c, sum;
a = 1; b = 2; c = 3;
sum = a + b + c;
printf("sum is %d", sum);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment