<?php$foo = file_get_contents('php://stdin', "r");$foo = preg_replace( '/\h+/', ' ', $foo );echo $foo;?>
Hello very world
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!