Hello World Program in C#(Using Text Editor)
Program:(HelloWorldProgExample.cs)using System;namespace Train{class HelloWorldProgExample{ static void Main() { Console.WriteLine("Hello World!"); }}}output:
Program Explanation: Above program print the "Hello World!" on console window.
No comments:
Post a Comment