diff --git a/EjemploFork/Program.cs b/EjemploFork/Program.cs index 72da8b4..fb00a24 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("Eliana Y. Becerra p"); } } }