Skip to content

Instantly share code, notes, and snippets.

@dougbarrett
Created March 11, 2012 22:58
Show Gist options
  • Save dougbarrett/2018549 to your computer and use it in GitHub Desktop.
Save dougbarrett/2018549 to your computer and use it in GitHub Desktop.

Hello world

<?php

    echo "Hello World"

This is a test

<html>
    <body>
        <h1>Hello World</h1>
    </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment