C# Hello World program
Program.cs
Console.WriteLine("Hello, World!");
Output
codeaft@codeaft:~/csharp$ dotnet run
Hello, World!    
codeaft@codeaft:~/csharp$ 
Comments and Reactions