Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created January 21, 2013 06:11
Show Gist options
  • Save masarugen/4583958 to your computer and use it in GitHub Desktop.
Save masarugen/4583958 to your computer and use it in GitHub Desktop.
<?php
require 'vendor/autoload.php';
$hello = new \HelloWorld\HelloWorld();
$hello->hello();
$hello->hello("Taro");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment