A portfolio blog about software development
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
Sample Code:
<?PHP
function hello($name) {
echo "hello " . $name;
}
hello("world");
?>
| Print article | This entry was posted by Michael Barth on December 25, 2008 at 11:43, and is filed under Miscellaneous. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
