5th Cross

my writings about java, eclipse and musings about technology

Archive for May 29th, 2010

Test Post: posting source code

leave a comment »

Sample source code

public class MyClass
{
   public static void main(String args[])
   {
      System.out.println("Hello World...!");
    }

}

Sample source code initially collapsed

public class MyClass
{
   public static void main(String args[])
   {
      System.out.println("Hello World...!");
    }

}

Sample source code with line highlighting

public class MyClass
{
   public static void main(String args[])
   {
      System.out.println("Hello World...!");
    }

}

Link to my article on how to do this.

Written by Phani Kumar

May 29, 2010 at 10:59 pm

Posted in code, syntax

Follow

Get every new post delivered to your Inbox.