9 lines
130 B
C#
Raw Permalink Normal View History

using System;
public class Three {
public static void Main ()
{
One o = new One ();
}
}