learn-cs Learn a very basic of C#. Install .NET Core in Mac Please refer to this doc Run in Terminal $ dotnet restore $ dotnet run Note: If your dotnet is undefined in local/bin, please use this command: $ ln -s /usr/local/share/dotnet/dotnet /usr/local/bin