79690920

Date: 2025-07-05 09:11:41
Score: 1.5
Natty:
Report link

Cause you haven't printed the vatable you passed which is $user

<?php

function greet_user($name) {
    return "Hello, " . $name . "!";
}

echo greet_user("Alice");

?>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ishan Gayantha