Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 288 Bytes

File metadata and controls

14 lines (9 loc) · 288 Bytes

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