Answers for "how to run a c# program in visual studio code"

C#
1

Run C# project in VS Code

dotnet run
Posted by: Guest on September-03-2021
0

how to run c program from visual studio terminal

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
Posted by: Guest on December-09-2020

Code answers related to "how to run a c# program in visual studio code"

C# Answers by Framework

Browse Popular Code Answers by Language