Welcome to mirror list, hosted at ThFree Co, Russian Federation.

support-353.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bc4004f7974295358bb38950b5f8b8f5d842f74 (plain)
1
2
3
4
5
6
7
8
using System;
 
public class Three {
        public static void Main ()
        {
                One o = new One ();
        }
}