Guest User

Untitled

a guest
Jun 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. void test(){
  2. i = 2;
  3. }
  4.  
  5. static int i=1;
  6.  
  7. void test(){
  8. i = 2;
  9. }
Add Comment
Please, Sign In to add comment