2
Posted on 25th December 2005 by Taggy
yaa ! it was only yesterday that the first steps towards learning the much talked about C# .
Had to spend so much time learning about it. and the the first application ofcourse was hello world :)
here its is !
|
// project created on 12/25/2005 at 10:30 PM using System; class MainClass { public static void Main(string[] args) { Console.WriteLine(”Hello World!”); } } |


