using System; static class A{ static int dato; static void Main(){ Console.WriteLine("hola mundo"); } }