From 8ac7fe52f0e0136bfeaca777549cdfe4464d9506 Mon Sep 17 00:00:00 2001 From: Diana Diaz Date: Sat, 15 Oct 2016 17:07:46 -0700 Subject: [PATCH] Set Up change from Hello to Hello World. --- 00Setup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00Setup.cs b/00Setup.cs index 539ae61a..5575cc86 100644 --- a/00Setup.cs +++ b/00Setup.cs @@ -4,7 +4,7 @@ public class Program { public static void Main() { - Console.WriteLine("Hello!"); + Console.WriteLine("Hello World!"); return; } }