Advertisement
allerost

pointssystem

Sep 9th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. int points = 0;
  2.  
  3. points++;
  4.  
  5. console.Writeline("Your points in total is : {0}", points);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement