Dampish commited on
Commit
4f549b2
1 Parent(s): 86b79eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,9 +12,9 @@ Example
12
 
13
  [HM]: Write c# code that prints hello world.
14
  [AI]: Here's some C# code that prints "Hello World" to the console when called:
15
- ```csharp
16
- Console.WriteLine("Hello World");
17
- ```
18
  [HM]: I want it to print bye world.
19
 
20
  ### Response:
 
12
 
13
  [HM]: Write c# code that prints hello world.
14
  [AI]: Here's some C# code that prints "Hello World" to the console when called:
15
+ ```csharp
16
+ Console.WriteLine("Hello World");
17
+ ```
18
  [HM]: I want it to print bye world.
19
 
20
  ### Response: