From d449d60feeda02fec6391d6b6bab1f652b659bd9 Mon Sep 17 00:00:00 2001 From: Mary Chacon Date: Thu, 4 Aug 2016 10:57:17 -0400 Subject: [PATCH 1/2] Add files via upload From ddf70d83a7aa9921ff6fa9c6e4f47bc003486d80 Mon Sep 17 00:00:00 2001 From: Mary Chacon Date: Thu, 4 Aug 2016 11:26:44 -0400 Subject: [PATCH 2/2] Add files via upload --- EjemploFork/Program.cs | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/EjemploFork/Program.cs b/EjemploFork/Program.cs index 72da8b4..0f7ae5a 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\nMary Chacon"); + } + } +} +