5th Cross

my writings about java, eclipse and musings about technology

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.

Advertisement

Written by Phani Kumar

May 29, 2010 at 10:59 pm

Posted in code, syntax

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.