Code Highlighting

This is a test of Dean Lee’s Code Highlighter plugin.

  1. function hello_world()
  2. {
  3.      echo "hello world"
  4. }
  1. sub hello_world
  2. {
  3.      print "hello world";
  4. }