aider/tests/fixtures/languages/php/test.php
2024-11-27 07:05:10 -08:00

5 lines
61 B
PHP

<?php
function greet($name) {
echo "Hello, $name!";
}
?>