Hello World
Hello Guys,
This is the day I put my programming ideas, as part of a blogging habit. I start off with a small C# Hello World program which would give this blog a kick off.
using System
using System.Data
namespace ProgrammingCommunity
{
public class HelloWorld()
{
protected HelloWorld()
{
// I know that this program sucks,
// but hey this is my first one on the blog;
// So, just take it for now
}
}
}

