Guest User

Untitled

a guest
Nov 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class TestClass
  2. {
  3. static void Main(string[] args)
  4. {
  5. // Display the number of command line arguments:
  6. System.Console.WriteLine(args.Length);
  7. }
  8. }
Add Comment
Please, Sign In to add comment