1) Run Visual Studio Code
2) Download the C# package
3) Create a folder and open it via Visual Studio Code
4) view --> terminal
5) type "dotnet new console"
6) it creates new files, go to program.cs --> paste your code
7) save it
8) go to terminal --> "dotnet build" to build/compile the program
9) in Terminal --> "dotnet run" to run the program
10) Find the exe in Folder\bin\Debug\netcoreapp3.1\program.exe
Comments
Post a Comment