34,333
edits
Changes
→Executing a Compiled C# Program
== Executing a Compiled C# Program ==
Assuming the absence of syntax errors, the C# compiler will have created an executable file called ''HelloCsharp.exe''. Running this program executable is simply a matter of entering the name at the command prompt:
<pre>