From 1139b136629f5a81160391d84c71e17e6d1dd880 Mon Sep 17 00:00:00 2001 From: Stacihs Date: Tue, 11 Oct 2016 06:05:00 -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..802bf2ff 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; } }