mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
3 lines
50 B
Text
3 lines
50 B
Text
predicate greet(string name) {
|
|
name = "World"
|
|
}
|