SyntaxHighlighterPro demo
November 27th, 2009
2 comments
- C Example:
#include
main() { printf ("Hello World!\n"); } -
Java Example:
public class HelloWorld{ public static void main(String [] args) { System.out.println("Hello world!"); } } -
XML Example:
Tove Jani Reminder Don't forget me this weekend!