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();
}
}
}
01/02/2010
Hello World – C#
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL