This is our first post.

Hello world!

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

namespace HelloWorld
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            Console.ReadLine();
        }
    }
}


blog comments powered by Disqus

Published

22 January 2013
Under Blogging

Comments

Tags