From 55d35135e269c0f1d7ffbc3cf2ae97af6acf9e45 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Thu, 10 Feb 2022 09:51:08 +0000 Subject: [PATCH] Update Program.cs --- vscode/Chapter01-vscode/HelloCS/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vscode/Chapter01-vscode/HelloCS/Program.cs b/vscode/Chapter01-vscode/HelloCS/Program.cs index 735033f..add1f4c 100644 --- a/vscode/Chapter01-vscode/HelloCS/Program.cs +++ b/vscode/Chapter01-vscode/HelloCS/Program.cs @@ -1,3 +1,4 @@ // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, C#!"); -throw new Exception(); \ No newline at end of file +throw new Exception(); +int z;