mirror of
https://github.com/Aider-AI/aider
synced 2026-04-30 11:27:50 +02:00
6 lines
61 B
PHP
6 lines
61 B
PHP
<?php
|
|
function greet($name) {
|
|
echo "Hello, $name!";
|
|
}
|
|
?>
|