using foo = System;

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