Put my tests back, this is used by the compiler people in their day to
[mono.git] / mcs / tests / test-2.cs
1 class X {
2         static int Main (string [] args)
3         {
4                 System.Console.WriteLine ("Hello, World");
5                 return 0;
6         }
7 }