mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01:00
558 B
558 B
parent
| parent |
|---|
| Example chat transcripts |
Hello aider!
Here is the simplest possible "hello world" example of using aider:
change hello to goodbye
To change the output from "hello" to "goodbye", we need to modify the hello.py file.
Here is the change:
hello.py
<<<<<<< ORIGINAL
print("hello")
=======
print("goodbye")
>>>>>>> UPDATED
Applied edit to hello.py
Commit 672ae42 aider: Changed output from "hello" to "goodbye" in hello.py.