diff --git a/classes/org/faabtech/examples/HelloWorld.php b/classes/org/faabtech/examples/HelloWorld.php index fd01c5b..d98592d 100644 --- a/classes/org/faabtech/examples/HelloWorld.php +++ b/classes/org/faabtech/examples/HelloWorld.php @@ -20,4 +20,6 @@ public static function main($args) { echo '!! Hello World !!'; } - } \ No newline at end of file + } + +?> \ No newline at end of file