User:Zack

From KitwarePublic
Revision as of 16:05, 6 January 2010 by Zack (talk | contribs)
Jump to navigationJump to search

blah blah blah

testing


<source lang="php"> <?php

   $v = "string";    // sample initialization

?> html text <?

   echo $v;         // end of php code

?> </source>


<source lang="cmake"> project(test) </source>