C# Tutorial P1 - Introduction May 6, 2014 13:07:29 GMT -5 Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Admin on May 6, 2014 13:07:29 GMT -5 Console Program Code:using System;class Program{ static void Main() { Console.WriteLine("Welcome to C# Training"); }}