6 lines
71 B
C#
Raw Normal View History

class Test
{
public static void Main (params string [] args)
{
}
}