Skip to content

SengSeakluy/TestMyCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestMyCSharp

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages