Hello, World! in C#
Example for versions
Microsoft Visual C# 2008,
gmcs 2.0.1
using System;
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
Comments
]]>blog comments powered by Disqus
]]>