In this video, I'll show how to run C# on Linux (I'm using Linux Mint, but it works on all Linux versions)
I used this commands
sudo mv dotnet /usr/share/dotnet
cat ~/.bashrc
sudo nano ~/.bashrc
PATH=$PATH:/usr/share/dotnet
To save a file in nano: Ctrl+O, Ctrl+M, Ctrl+X
#linux #csharp #helloworld #getstarted #programming #vscode #visualstudiocode