using System;
When you install the .NET SDK, csc.exe is automatically installed and added to your path environment variables.
(free):
In the terminal, navigate to the folder containing Hello.cs and run:
Csc.exe Download Link -
using System;
When you install the .NET SDK, csc.exe is automatically installed and added to your path environment variables.
(free):
In the terminal, navigate to the folder containing Hello.cs and run: