Sunday, 28 June 2009

The First Post

I've created this blog for quite a while now, but i did not manage to post anything... so to get things started here i go with my 1st project :-p
c#:
class HelloWorld
    {
       static void Main()
{
System.Console.WriteLine("Hello, world!")
}
}
PL/SQL:


BEGIN
dmbs_output.put_line("Hello world");
END;
/

No comments: