fork download
  1. <?php
  2. echo "ciao mondo!";
  3. ?>
  4. // your code goes here
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
ciao mondo!// your code goes here