Archive for May 29th, 2010
Test Post: posting source code
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.




