14 lines
131 B
C#
Raw Normal View History

using System;
[assembly: System.CLSCompliant (true)]
namespace NS.System
{
class A
{
public static void Main ()
{
}
}
}