fork download
  1. <?php
  2.  
  3. echo("Nope. I am NOT making this line break... \n");
  4. echo("Eurgh! I did it! What was my coding brain thinking?");
Success #stdin #stdout 0.03s 25892KB
stdin
Standard input is empty
stdout
Nope. I am NOT making this line break... 
Eurgh! I did it! What was my coding brain thinking?