Update Program.cs

This commit is contained in:
Mark J Price 2022-02-10 09:51:08 +00:00 committed by GitHub
parent d5bde3c775
commit 55d35135e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
// See https://aka.ms/new-console-template for more information // See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, C#!"); Console.WriteLine("Hello, C#!");
throw new Exception(); throw new Exception();
int z;