7 lines
92 B
C#
Raw Permalink Normal View History

class X {
public static void Main ()
{
global::System.Console.WriteLine ("hello");
}
}