File size: 516 Bytes
a89d35f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Hello aider!

Here is the simplest possible "hello world" example of using aider:

<br/>
<br/>
<br/>
<div class="chat-transcript" markdown="1">

#### change hello to goodbye

To change the output from "hello" to "goodbye", we need to modify the `hello.py` file.

Here is the change:

```python
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.

</div>
<br/>
<br/>
<br/>