diff --git a/EjemploFork/Program.cs b/EjemploFork/Program.cs index 72da8b4..fecfffe 100644 --- a/EjemploFork/Program.cs +++ b/EjemploFork/Program.cs @@ -1,15 +1,16 @@ -using System; - -namespace EjemploFork -{ - class MainClass - { - public static void Main (string[] args) - { - Console.WriteLine ("Programación II (Sección I)"); - Console.WriteLine ("=="); - Console.WriteLine ("\n\nProf. Miguel Useche"); - } - } -} - +using System; + +namespace EjemploFork +{ + class MainClass + { + 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 Josue Bautista"); + } + } +} +