* support-test-*.cs: Rename from test-*-p2.cs.
[mono.git] / mcs / tools / xbuild / tests / Csc / test.cs
1 using System;
2
3 public class Hello {
4         public static void Main (string[] args)
5         {
6                 Console.WriteLine ("Hello world!");
7         }
8 }