Difference between revisions of "Template:1010PrAD"

From CompSciWiki
Jump to: navigation, search
m
m
Line 17: Line 17:
 
!colspan="3" valign="top" align="left" style="font-weight: normal"|
 
!colspan="3" valign="top" align="left" style="font-weight: normal"|
 
=Code=
 
=Code=
{{ #if: {{{SolutionCode|}}} | {{#tag:pre |{{{SolutionCode}}}}} | SolutionCode goes here. Please DO NOT put your code in <pre> tags!}}
+
{{ #if: {{{SolutionCode|}}} | {{#tag:pre |<nowiki>{{{SolutionCode}}}</nowiki>}} | SolutionCode goes here. Please DO NOT put your code in &lt;pre&gt; tags!}}
 
|}
 
|}
  

Revision as of 11:10, 8 April 2010

Back to the Program-A-Day homepage

Problem

Problem goes here.

 

SideSectionTitle goes here.

SideSection goes here.

Solution

Solution goes here.

Code

SolutionCode goes here. Please DO NOT put your code in <pre> tags!

Back to the Program-A-Day homepage