📌  相关文章
📜  如何在 Visual Studio 代码终端中运行 C# 代码 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:52.749000             🧑  作者: Mango

代码示例1
//to do so you need to open the interigated terminal you can open it by 
//right clicking on the file that you want to run and select interigated terminal
//now in the terminal just type
dotnet run
//this will run your c# code