Difference between revisions of "User:BrianT"

From CompSciWiki
Jump to: navigation, search
m
Line 1: Line 1:
{| style="width: 100%" cellpadding="5" cellspacing="0"
+
<syntaxhighlight lang="php">
|-
+
<?php
!align="left" width="65%" valign="top"|={{{ProblemName|Problem Name goes here}}}=
+
  echo "Hello, world!";
{{{Problem|
+
?>
Problem goes here.
+
</syntaxhighlight>
}}}
+
!align="left" width="5%"|&nbsp;
+
!align="left" width="30%" style="background:#C4D0DD" valign="top"|={{{SideSectionTitle|
+
SideSection Title goes here.
+
}}}=
+
{{{SideSection|
+
SideSection goes here.
+
}}}
+
|-
+
!align="left" colspan="3" valign="top"|=Solution=
+
{{{Solution|
+
Solution goes here.}}}
+
|-
+
!class="collapsible collapsed" colspan="3" valign="top" align="left"|=Code=
+
<pre>
+
{{{Code|
+
Code goes here.}}}
+
</pre>
+
 
+
|}
+

Revision as of 16:44, 5 April 2010

<?php
  echo "Hello, world!";
?>