Update README.md
Browse files
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 |
-
|
16 |
-
|
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:
|