04.09.09

What is this all about

Posted in Uncategorized at 0:00 by mdrzz

Hey you, my reader.

I don’t know how you stumbled on this one but thanks for taking the time to actually hit my blog. I have restarted my blog from 0. This a fresh start.

Expect posts abt everything that makes life enjoyable :

  • Money and power : climbing the coporate ladders
  • Sex : Com’on I know you want it. Why get the first one if you can’t get sex ?
  • Gosips : The life of others is always more interresting than our own.

Come back for more … or not ! I don’t care anyway !

04.08.09

Hello world !

Posted in Uncategorized at 22:48 by mdrzz


using System;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, world! This X-generation for you kids !");
            Console.ReadLine();
        }
    }
}