Login | Register




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Hello World
PostPosted: Tue Feb 09, 2010 10:59 pm 
Site Admin
Joined: Sat Feb 06, 2010 11:13 pm
Posts: 19
Classic screen printing example 'Hello World'
Code:
using System;

namespace HelloWorld
{
    class HelloWorld
    {
        static void Main(string[] args)
        {
            // Writes the string Hello World! to the screen.
            Console.WriteLine("Hello World!");
            // Keeps window open
            Console.ReadLine();
        }
    }
}


Profile  Offline
 

Display posts from previous:  Sort by  

Post new topic Reply to topic  [ 1 post ] 


Who is online

Users browsing this forum: No registered users and 1 guest

Panel

Top You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Search for:
Jump to:  
 cron



Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Dizayn Ercan Koc