C-Sharp-Intro-Code Here is the code I had prepared for the meeting on 1/23. Basic introduction to C# Reminder on how to run the code Building: dotnet build Running: dotnet run Other commands that are useful Creating a console project: dotnet new console -n HelloWorld