Testing GeSHi code filter

As with any new programming toy ... hello world is never looked down upon:

  1. //Hello World specifically for the GeSHi add-on!
  2. #include iostream
  3.  
  4. int main(void){
  5. cout << "Hello World!\n";
  6. return 0;
  7. }

Now that's classy. All I had to put in my input was code tags and select normal line numbers. Prepare for awesome!