Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Vida fecha = new Vida();

            fecha.Cargar();

            Console.WriteLine("Dias Vividos hasta hoy: " + fecha.Vivido());

            Console.ReadKey();
        }