10
voiid
7y

The test was a simple one. Write a program to print 'hello world'. He decided to use PHP.

Comments
  • 3
    If he can’t get a Hello world done in PHP, he should probably quit being a developer while he’s ahead.
  • 0
    <?php echo "hello world"; ?>
    is for humans

    <?= "Hello world"; ?>
    is for legends 😎
Add Comment