Merge pull request #3749 from BrzVlad/fix-mips-fix
[mono.git] / mcs / class / Microsoft.Build.Tasks / Test / resources / 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 }