9 lines
130 B
C#
9 lines
130 B
C#
|
using System;
|
||
|
|
||
|
public class Three {
|
||
|
public static void Main ()
|
||
|
{
|
||
|
One o = new One ();
|
||
|
}
|
||
|
}
|