Advertisement
Guest User

Untitled

a guest
May 12th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main(){
  4. int a = 444; //<-- change this one
  5. printf("%d\n", a);
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement