Most everyone starts with hello world in programmig. Even seasoned developers write hello world apps in order to test if the simplist solution will run.
in c# we would write:
public static class MyClass
{
public static void main()
{
System.IO.Console.WriteLine("Hello World");
}
}
Easy way for learning programming
ReplyDeletehttp://dotprogramming.blogspot.in