Skip to content

Instantly share code, notes, and snippets.

@ecchie
Last active January 23, 2016 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecchie/a62b9235c9dceff2b839 to your computer and use it in GitHub Desktop.
Save ecchie/a62b9235c9dceff2b839 to your computer and use it in GitHub Desktop.
hatena test
<?php
class Hoge(){
function __construct(){
print "Hello World!";
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment