Pages

Monday 30 July 2007

Hello world :)

What other way to start blogging on technical stuff other than greeting one and all in the right way? So here's the classic program in C#:
class Program{
public static void Main(string[] args){
Console.WriteLine("Hello world :)");
}
}

Linux Ambigram

Linux Ambigram
Here's a little ambigram that I had designed a while ago. Its for the word Linux. This little piece can be read upside down and downside up.
I created this using Inkscape, a really cool vector based imaging tool.

START

At last! My own blog. I have finally arrived.