mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
5 lines
61 B
PHP
5 lines
61 B
PHP
<?php
|
|
function greet($name) {
|
|
echo "Hello, $name!";
|
|
}
|
|
?>
|