diff --git a/EjemploFork/Program.cs b/EjemploFork/Program.cs index 72da8b4..2a14b23 100644 --- a/EjemploFork/Program.cs +++ b/EjemploFork/Program.cs @@ -9,6 +9,7 @@ public static void Main (string[] args) Console.WriteLine ("Programación II (Sección I)"); Console.WriteLine ("=="); Console.WriteLine ("\n\nProf. Miguel Useche"); + Console.WriteLine ("\n\nEst. Miguel A Figueredo R"); } } }