• sudo apt-get update
• sudo snap install --classic code
• sudo apt-get install -y dotnet-sdk-7.0
• dotnet new console --framework net7.0
• dotnet run // this command will build your code and run it. if there are any errors, it will be displayed to you
• dotnet build // this command will build your code. if there are any errors, it will be displayed to you
Ещё видео!