Nano's Blog

01/02/2010

Hello World – C#

Filed under: programming — Tags: — nano @ 01:49

using System;
using System.Collections.Generic;
using System.Text;

namespace BlogHelloWorld
{
    class Program
    {
        static void Main(string[] args)
        {
            // a first script to post at my blog
            // test the syntax highlight plugin
            Console.WriteLine("Hello World.");
            // pause console window
            Console.ReadLine();
        }
    }
}

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress