using System; class A{ public static void Main(){ B b = new B(); Console.WriteLine("hola mundo"); } }