From dd5199379717a262a69d4f3b8958f7a8a370eaaf Mon Sep 17 00:00:00 2001 From: Josue Nahbi Bautista Moreno Date: Thu, 4 Aug 2016 11:06:50 -0400 Subject: [PATCH 1/3] =?UTF-8?q?A=C3=B1adiendo=20mi=20nombre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Program.cs diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..fecfffe --- /dev/null +++ b/Program.cs @@ -0,0 +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"); + Console.WriteLine ("\n Josue Bautista"); + } + } +} + From eb758d64e0632cbc5fa0af5827b9c01f464158f0 Mon Sep 17 00:00:00 2001 From: Josue Nahbi Bautista Moreno Date: Thu, 4 Aug 2016 11:12:17 -0400 Subject: [PATCH 2/3] =?UTF-8?q?A=C3=B1adiendo=20mi=20nombre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EjemploFork/Program.cs | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) 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"); + } + } +} + From 040e5f2f2ef961eab4d445243646e42e95e8445b Mon Sep 17 00:00:00 2001 From: Josue Nahbi Bautista Moreno Date: Thu, 4 Aug 2016 11:15:02 -0400 Subject: [PATCH 3/3] Delete Program.cs --- Program.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Program.cs diff --git a/Program.cs b/Program.cs deleted file mode 100644 index fecfffe..0000000 --- a/Program.cs +++ /dev/null @@ -1,16 +0,0 @@ -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"); - } - } -} -