// Namespace Declaration
using System;
// Program start class
classHello
{
// Main begins program execution.
static void Main()
{
// Write to console
Console.WriteLine("Welcome to the C# World");
}
}
c# is case sensitive so be careful while writting c# code.
No comments:
Post a Comment