[ Back to the overview Matrix ]

Test case : Hello World using C#

Lines used: 6
Compiler: mcs, version 1.1.13.4
Written on Linux, run with mono; should work for any system with a .NET installation.
class Hello {
   static void Main()
   {
      System.Console.WriteLine("Hello World!");
   }
}

Contributed by Arthaey Angosii, arthaey at gmail.com