Archive for June 1st, 2008

**Example 1: PHP, no line numbers**

<div id="foo">
<?php
function foo() {
echo "Hello World!\\n";
}
?>
</div>

**Example 2: Java, with line numbers**

1
2
3
4
5
[...]

Sunday, June 1st, 2008 at 09:48 | 2 comments
Categories: wordpress
TOP