34,333
edits
Changes
→Executing a Compiled C# Program
<pre>
C:\Demo> HelloCsharp
Hello from C#.
</pre>
If you see the "Hello from C#" message then you have successfully written, compiled and executed your first ever C# console program. In the next chapter we will learn how to create a [[Creating a Simple C# GUI Application with Visual Studio|simple GUI based application using Visual Studio]].