fork download
  1. <?php
  2. $str = '2020';
  3.  
  4. if (md5($str) === '7b7a53e239400a13bd6be6c91c4f6c4e') {
  5. echo "Would you like a green or red apple?";
  6. }
  7. ?>
Success #stdin #stdout 0.02s 24284KB
stdin
Standard input is empty
stdout
Would you like a green or red apple?