Tuesday, December 23, 2008

Pretty Source Code

Ok, I have set up the syntax highlighter so I can display code like this

public class Abc {
public Abc() {
int xyz = 10;
}
}

No comments:

Post a Comment