 Description:
Re: [No description]
// I commented on this, and made it an actual program
int Main(string[] args)
{
Console.WriteLine("Hello World!"); // Print "Hello World!" to the screen
Console.ReadLine(); // Wait for an Enter key stroke to resume
return 0;
}
 Tags: [No tags]
Posted 2010-07-15 21:59:45 GMT
Expires
never
|