Difference between revisions of "Test"

From CDOT Wiki
Jump to: navigation, search
(added Highlight.js test)
Line 1: Line 1:
 
Test Page
 
Test Page
  
<source lang="cpp">
+
<syntaxhighlight lang="cpp">
  
 
int main(void){
 
int main(void){
Line 13: Line 13:
 
}
 
}
  
</source>
+
</syntaxhighlight>
  
  

Revision as of 13:50, 11 June 2010

Test Page

int main(void){

   for(i=0;i<10;i++){

      cout<<"TESTING";

   }

}



Example of Extension:SyntaxHighlight_GeSHi (Not Installed Yet)

int main(void){
   for(i=0;i<10;i++){
      cout<<"TESTING";
   }
}

Test of Highlight.js (Not Installed Yet)

<code>
int main(void){
   for(i=0;i<10;i++){
      cout<<"TESTING";
   }
}
</code>