9 lines
103 B
C#
Raw Permalink Normal View History

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