From ecc2253ef8becbe432a242fb019776b588664ff9 Mon Sep 17 00:00:00 2001 From: Paxman23l Date: Mon, 10 Oct 2016 20:46:29 -0500 Subject: [PATCH] Setting up workbook --- 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; } }