Hello, World! в C#
Пример для версий
gmcs 2.0.1
using System;
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
Комментарии
]]>blog comments powered by Disqus
]]>