namespace TestMicrosoftCSharpReference
{
    public class Program
    {
        public static int Main(string[] args)
        {
            return 0;
        }
    }
}