Advertisement
m1dnight

Untitled

Apr 9th, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. int main(int mainPAram)
  2. {
  3.     int x;
  4.     int y;
  5.     int z;
  6.     z = -x;
  7.     y = x + z;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement