#1. Install C# + https://dotnet.microsoft.com/en-us/download + version of the .NET SDK you installed - dotnet --version + Create a new .NET Core console application by running: - dotnet new console -n TestMyCSharp + Build the application by running: (This will compile your application and check for any errors.) - dotnet build + Run the application with the following command: - dotnet run
-
Notifications
You must be signed in to change notification settings - Fork 0
SengSeakluy/TestMyCSharp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published