4a65b4401fc7d1fdc1a86673d2032a6413727f09
[mono.git] / mcs / tools / linker / Tests / TestCases / Integration / HelloWorld / Test.cs
1 using System;
2
3 class Test {
4
5         static void Main ()
6         {
7                 Console.WriteLine ("Hello world!");
8         }
9 }