📅  最后修改于: 2022-03-11 14:49:21.154000             🧑  作者: Mango
// Check everything installed correctly
>>> dotnet
// create new app
>>> dotnet new console -o MyApp
// ebter to folder
>>> cd MyApp
// run app
>>> dotnet run