📌  相关文章
📜  如何从 Visual Studio 终端运行 c 程序 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:38.949000             🧑  作者: Mango

代码示例1
Fire up the terminal from VS code
Use the command "gcc filename.c" to compile the program
Use the command ".\a.exe" to run the program from the terminal

P.S. Remove "" before exceuting