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