Skip to content

Instantly share code, notes, and snippets.

@godtaehee
Created January 9, 2019 18:51
Show Gist options
  • Save godtaehee/c29f2bf5a0bcff650fd55924cbeb659e to your computer and use it in GitHub Desktop.
Save godtaehee/c29f2bf5a0bcff650fd55924cbeb659e to your computer and use it in GitHub Desktop.
C
#include <stdio.h>
int main(){
int a,b,c;
scanf("%d %d", &a, &b);
c = a-b;
printf("%d\n", c);
return 0;
}
@godtaehee
Copy link
Author

If you have feedback and any question to me
Please send an e-mail: wonderfulhuman@naver.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment