Samstag, 12. Dezember 2009

Java Highlight testing

Hey there, I just want to highlight and embed sourcecode.

Found that tutorial:
http://blog.cartercole.com/2009/10/awesome-syntax-highlighting-made-easy.html

That's the try ;-)

public class HelloWorld
{
  public HelloWorld()
  {
     System.out.println("Hello World");
  }
}

And it works, thanks to Alex Gorbatchev

Keine Kommentare:

Kommentar veröffentlichen