cs11dotnet7/vscode/Chapter01-vscode/HelloCS/Program.cs

5 lines
130 B
C#
Raw Permalink Normal View History

2022-02-10 10:49:38 +01:00
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, C#!");
2022-02-10 10:51:08 +01:00
throw new Exception();
int z;