You are on page 1of 1

using System;

class Example
{
static void Main()
{
Console.WriteLine("Welcome to C#");
}
}

You might also like