Skip to content

Instantly share code, notes, and snippets.

@cmelbye
Created December 28, 2008 21:44
Show Gist options
  • Save cmelbye/41060 to your computer and use it in GitHub Desktop.
Save cmelbye/41060 to your computer and use it in GitHub Desktop.
<?php
print "hey!\n";
if( 1 == 1 ) {
print "1 is equal to 1. Yay.\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment