2011-04-26 av Helena Hello C#! .net, c#, dator, jobb, programmering Kommentera using System; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { System.Console.WriteLine("Hello C#!"); } } }