using System;
namespace HelloWorld
{
class Hello
{
public static void Main(String[] args)
{
Console.WriteLine("Hello World");
}
}
}
Home » Archives for June 2014
CSharp Program
- on 9:32 AM
- 1 comment