Guest User

Untitled

a guest
May 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. namespace LongShortNameTest
  2. {
  3. class Program
  4. {
  5. static void Main(string[] args)
  6. {
  7. string testString = "string is short for System.String";
  8. String testString2 = "System.String is same as string";
  9. int number = 0;
  10. Int32 number1 = 1;
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment