test
By: test | Date: Jul 31 2011 19:16 | Format: C# | Expires: never | Size: 397 B | Hits: 1195
- // Hello3.cs
- // arguments: A B C D
- using System;
- public class Hello3
- {
- public static void Main(string[] args)
- {
- Console.WriteLine("Hello, World!");
- Console.WriteLine("You entered the following {0} command line arguments:",
- args.Length );
- for (int i=0; i < args.Length; i++)
- {
- Console.WriteLine("{0}", args[i]);
- }
- }
- }
Latest pastes
16 hours ago
19 hours ago
23 hours ago
2 days ago
2 days ago