SoylentNews:Sandbox: Difference between revisions

From SoylentNews
Jump to navigation Jump to search
(Create a sandbox for people to make test edits in.)
 
(SyntaxHighlight test.)
Line 2: Line 2:
<!-- PLEASE MAKE ALL EDITS BELOW THIS LINE -->
<!-- PLEASE MAKE ALL EDITS BELOW THIS LINE -->
Test
Test
<syntaxhighlight lang="php">
<?php
echo "Hello world!";
?>
</syntaxhighlight>

Revision as of 15:42, 19 March 2014

This is a Sandbox for making test edits! Please do not remove this heading from the page. Any edits you make here are likely to be removed by someone else eventually.


Test

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