mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 06:43:47 +00:00
Initial commit
This commit is contained in:
parent
b05b747e9f
commit
d5bde3c775
15 changed files with 114 additions and 0 deletions
3
vscode/Chapter01-vscode/HelloCS/Program.cs
Normal file
3
vscode/Chapter01-vscode/HelloCS/Program.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, C#!");
|
||||
throw new Exception();
|
||||
Loading…
Add table
Add a link
Reference in a new issue