9 lines
93 B
C#
Raw Normal View History

// Compiler options: -NOLOGO -OptiMize -dEbug
class C
{
public static void Main ()
{
}
}