fork download
  1. <?php
  2. echo "hellp world";
  3. ?>
  4.  
  5. // your code goes here
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
hellp world
// your code goes here