using System;
namespace HelloWorld_0320100003
{
class Class1
{
static void Main(string[] args)
{
Console.WriteLine("Hello World");
Console.ReadLine();
}
}
}
No comments:
Post a Comment