create a project
In a new directory run:
dotnet new console
There are other template options, running without a selected template prints the full list.
running a project
dotnet run
In a new directory run:
dotnet new console
There are other template options, running without a selected template prints the full list.
dotnet run