Difference between revisions of "User:BrianT"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
 
<spoiler>
 
<spoiler>
HTML module goes here...
+
<pre>public class NotSyntaxHightingExtension
 +
{
 +
  public static void main ( String [] args )
 +
  {
 +
    System.out.println ( "This is done with <pre> tags, not with <syntaxhighlight> tags" );
 +
  }
 +
}
 
</spoiler>
 
</spoiler>

Revision as of 16:57, 5 April 2010

Solution Code