zettacode.files/hello_world.text/php.txt in zettacode-0.1.0 vs zettacode.files/hello_world.text/php.txt in zettacode-0.1.1

- old
+ new

@@ -1,5 +1,5 @@ -? -c "H !\" -? -A, u f c? ?c b uc c: -Ho wod! +<?php +echo "Hello world!\n"; +?> +Alternatively, any text outside of the <code><?php ?></code> tags will be automatically echoed: +Hello world!